Skip to content

Commit

Permalink
Bump LSP to 2.0.375
Browse files Browse the repository at this point in the history
  • Loading branch information
fantavlik committed Sep 7, 2023
1 parent 1f71a49 commit 4eb08a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion out/notebooks/spl2/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ export async function getLatestSpl2Release(globalStoragePath: string, progressBa
return new Promise(async (resolve, reject) => {
const lspArtifactPath = getLocalLspDir(globalStoragePath);
// TODO: Remove this hardcoded version/update time and check for updates
let latestLspVersion: string = '2.0.373';
let latestLspVersion: string = '2.0.375';
const lastUpdateMs: number = Date.now();
// Don't check for new version of SPL2 Language Server if less than 24 hours since last check
if (Date.now() - lastUpdateMs > 24 * 60 * 60 * 1000) {
Expand Down

0 comments on commit 4eb08a3

Please sign in to comment.