|
|
@ -2,7 +2,7 @@
|
|
|
|
"name": "frog",
|
|
|
|
"name": "frog",
|
|
|
|
"displayName": "Frog",
|
|
|
|
"displayName": "Frog",
|
|
|
|
"description": "The Oracle SQL workbench for VSCode",
|
|
|
|
"description": "The Oracle SQL workbench for VSCode",
|
|
|
|
"version": "0.0.20",
|
|
|
|
"version": "0.0.21",
|
|
|
|
"publisher": "tmuerell",
|
|
|
|
"publisher": "tmuerell",
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"vscode": "^1.17.0"
|
|
|
|
"vscode": "^1.17.0"
|
|
|
@ -15,6 +15,7 @@
|
|
|
|
"onLanguage:plsql",
|
|
|
|
"onLanguage:plsql",
|
|
|
|
"onView:connections"
|
|
|
|
"onView:connections"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
"icon": "images/database.png",
|
|
|
|
"main": "./out/extension",
|
|
|
|
"main": "./out/extension",
|
|
|
|
"contributes": {
|
|
|
|
"contributes": {
|
|
|
|
"commands": [
|
|
|
|
"commands": [
|
|
|
|