Skip to content

Commit e403cbb

Browse files
committed
chore: additional comments
1 parent 6fc806c commit e403cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

out/notebooks/spl2/installer.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export async function installMissingSpl2Requirements(context: ExtensionContext,
8686
}
8787
if (javaLoc && lspVersion) {
8888
// Already set up, no need to continue
89-
// TODO: makre sure the jar files are still in the expected location
89+
// TODO: make sure the jar files are still in the expected location
9090
resolve(false);
9191
}
9292
// Setup local storage directory for downloads and installs
@@ -498,7 +498,7 @@ async function promptToDownloadLsp(alsoInstallJava: boolean): Promise<boolean> {
498498
*/
499499
export async function getLatestSpl2Release(context: ExtensionContext, progressBar: StatusBarItem): Promise<void> {
500500
return new Promise(async (resolve, reject) => {
501-
const lspArtifactPath = getLocalLspDir(context);
501+
const lspArtifactPath = getLocalLspDir(context);
502502
// TODO: Remove this hardcoded version/update time and check for updates
503503
let latestLspVersion: string = '2.0.366'; // context.globalState.get(stateKeyLatestLspVersion) || "";
504504
const lastUpdateMs: number = Date.now(); // context.globalState.get(stateKeyLastLspCheck) || 0;

0 commit comments

Comments
 (0)