Fixed comments
This commit is contained in:
@@ -59,7 +59,7 @@ export class SessionManager {
|
||||
return false;
|
||||
}
|
||||
|
||||
let extPath = vscode.extensions.getExtension("todie.frog").extensionPath;
|
||||
let extPath = vscode.extensions.getExtension("tmuerell.frog").extensionPath;
|
||||
const configuration = vscode.workspace.getConfiguration('frog')
|
||||
const javaHome = configuration.get("javaHome", "")
|
||||
let java = "java";
|
||||
|
Reference in New Issue
Block a user