This commit is contained in:
Thorsten Muerell
2017-11-13 21:56:04 +01:00
parent ae2dfe3db1
commit cd25b6a0f7
3 changed files with 9 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ export class SessionManager {
return false;
}
if (this.dbSession) {
return true;
}
let extPath = vscode.extensions.getExtension("tmuerell.frog").extensionPath;
const configuration = vscode.workspace.getConfiguration('frog')
const javaHome = configuration.get("javaHome", "")