Fixed comments

This commit is contained in:
Thorsten Muerell
2017-11-10 21:56:35 +01:00
parent da12eb698d
commit 8a1f942298
3 changed files with 6 additions and 7 deletions

View File

@@ -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";