Added java home
This commit is contained in:
@@ -60,7 +60,8 @@ export class SessionManager {
|
||||
}
|
||||
|
||||
let extPath = vscode.extensions.getExtension("todie.frog").extensionPath;
|
||||
let javaHome = vscode.workspace.getConfiguration('frog').get("frog.javaHome", "")
|
||||
const configuration = vscode.workspace.getConfiguration('frog')
|
||||
const javaHome = configuration.get("javaHome", "")
|
||||
let java = "java";
|
||||
if (javaHome) {
|
||||
java = path.join(javaHome, 'bin', 'java')
|
||||
|
Reference in New Issue
Block a user