Skip to content

Commit

Permalink
Bump SPL2 LSP to v2.0.385
Browse files Browse the repository at this point in the history
  • Loading branch information
fantavlik committed Oct 20, 2023
1 parent 6083e31 commit e1995e0
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.375';
let latestLspVersion: string = '2.0.385';
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 e1995e0

Please sign in to comment.