Skip to content

Commit 1dc455a

Browse files
authored
Merge branch 'main' into fix-n-prepend-lines
2 parents 93808ad + abc9b32 commit 1dc455a

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
@@ -22,7 +22,7 @@ async function main() {
2222

2323
async function downloadLsp() {
2424
const outputFolder = getOutputDir();
25-
const version = "0.1.4";
25+
const version = "0.1.8";
2626
const lspFilename = "source-lsp.js";
2727
const url = `https://github.com/source-academy/source-lsp/releases/download/v${version}/${lspFilename}`;
2828
// const url = `https://github.com/source-academy/source-lsp/releases/latest/download/${lspFilename}`;

0 commit comments

Comments
 (0)