Skip to content

Commit 68a3823

Browse files
committed
Revert to latest LSP version as backup value
1 parent 74759e5 commit 68a3823

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.401'
527+
let lspVersionToInstall = '2.0.402'
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)