diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/extension/package.json b/extension/package.json index bf4f5eb3..0cbe1d27 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "Refine code 10x faster", - "version": "0.0.52", + "version": "0.0.54", "publisher": "Continue", "engines": { "vscode": "^1.74.0" @@ -65,13 +65,7 @@ } } }, - "commands": [ - { - "command": "continue.openContinueGUI", - "category": "Continue", - "title": "Open Continue GUI" - } - ], + "commands": [], "keybindings": [ { "command": "continue.focusContinueInput", |