diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-18 13:19:57 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-18 13:19:57 -0700 |
commit | b9eb7eba40d6bc40e74b90c24945bb47492ac8ae (patch) | |
tree | 4cd39e307cd371320e701d453d1a12652ff5ab80 /extension/package.json | |
parent | a065499f67ec05e58ff867b4b7b803b9641b9acc (diff) | |
download | sncontinue-b9eb7eba40d6bc40e74b90c24945bb47492ac8ae.tar.gz sncontinue-b9eb7eba40d6bc40e74b90c24945bb47492ac8ae.tar.bz2 sncontinue-b9eb7eba40d6bc40e74b90c24945bb47492ac8ae.zip |
docs
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", |