diff --git a/package.json b/package.json index 1315a37..c9e26a2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "frog", "displayName": "frog", "description": "The Oracle SQL workbench for VSCode", - "version": "0.0.3", + "version": "0.0.5", "publisher": "todie", "engines": { "vscode": "^1.17.0" @@ -40,17 +40,6 @@ "name": "Connections" } ] - }, - "configuration": { - "type": "object", - "title": "Frog configuration", - "properties": { - "frog.connections": { - "type": "string", - "default": "", - "description": "Set connections to use" - } - } } }, "scripts": {