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 9792cd5 commit 951a16cCopy full SHA for 951a16c
scripts/lsp.js
@@ -28,7 +28,7 @@ async function downloadLsp() {
28
// const url = `https://github.com/source-academy/source-lsp/releases/latest/download/${lspFilename}`;
29
const outputPath = path.join(outputFolder, lspFilename); // Save in the same directory
30
console.log("Downloading LSP from", url);
31
- await downloadFile(url, outputPath);
+ // await downloadFile(url, outputPath);
32
}
33
34
/**
0 commit comments