Skip to content

Commit 951a16c

Browse files
committed
lsp no download
1 parent 9792cd5 commit 951a16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lsp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function downloadLsp() {
2828
// const url = `https://github.com/source-academy/source-lsp/releases/latest/download/${lspFilename}`;
2929
const outputPath = path.join(outputFolder, lspFilename); // Save in the same directory
3030
console.log("Downloading LSP from", url);
31-
await downloadFile(url, outputPath);
31+
// await downloadFile(url, outputPath);
3232
}
3333

3434
/**

0 commit comments

Comments
 (0)