We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4934e2a commit 9cab0fdCopy full SHA for 9cab0fd
scripts/lsp.js
@@ -22,7 +22,7 @@ async function main() {
22
23
async function downloadLsp() {
24
const outputFolder = getOutputDir();
25
- const version = "0.1.4";
+ const version = "0.1.8";
26
const lspFilename = "source-lsp.js";
27
const url = `https://github.com/source-academy/source-lsp/releases/download/v${version}/${lspFilename}`;
28
// const url = `https://github.com/source-academy/source-lsp/releases/latest/download/${lspFilename}`;
0 commit comments