Skip to content

Commit 74759e5

Browse files
committed
Change backup value as a test
1 parent 4bbd918 commit 74759e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

out/notebooks/spl2/installer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ export async function getLatestSpl2Release(globalStoragePath: string, progressBa
524524
const lspArtifactPath = getLocalLspDir(globalStoragePath);
525525
const shouldDownloadLatest = workspace.getConfiguration().get(configKeyDownloadLatestSPL2);
526526
// Used as backup if latest version can't be determined or current version is invalid
527-
let lspVersionToInstall = '2.0.402'
527+
let lspVersionToInstall = '2.0.401'
528528
// If user has unchecked the option to always download the latest LSP then
529529
// check if the current specified version is installed, if not then download it
530530
const currentLspVersion: string = workspace.getConfiguration().get(configKeyLspVersion);

0 commit comments

Comments
 (0)