Bugfixes
This commit is contained in:
		@@ -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", "")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user