Fixed comments

master
Thorsten Muerell 7 years ago
parent da12eb698d
commit 8a1f942298

@ -1,7 +1,6 @@
# Change Log
All notable changes to the "frog" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## 0.0.18
## [Unreleased]
- Initial release
- Fixed bug with endless loop

@ -1,9 +1,9 @@
{
"name": "frog",
"displayName": "frog",
"displayName": "Frog",
"description": "The Oracle SQL workbench for VSCode",
"version": "0.0.17",
"publisher": "todie",
"version": "0.0.18",
"publisher": "tmuerell",
"engines": {
"vscode": "^1.17.0"
},

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

Loading…
Cancel
Save