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 fabb587 commit e87a9f4Copy full SHA for e87a9f4
scripts/lsp.js
@@ -22,7 +22,7 @@ async function main() {
22
23
async function downloadLsp() {
24
const outputFolder = getOutputDir();
25
- const version = "0.1.9";
+ const version = "0.1.10";
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