diff --git a/scripts/lsp.js b/scripts/lsp.js index b376fc7..1930ba6 100644 --- a/scripts/lsp.js +++ b/scripts/lsp.js @@ -22,7 +22,7 @@ async function main() { async function downloadLsp() { const outputFolder = getOutputDir(); - const version = "0.1.4"; + const version = "0.1.8"; const lspFilename = "source-lsp.js"; const url = `https://github.com/source-academy/source-lsp/releases/download/v${version}/${lspFilename}`; // const url = `https://github.com/source-academy/source-lsp/releases/latest/download/${lspFilename}`;