diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-25 23:10:05 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-25 23:10:05 -0700 |
commit | 51fc07cf6441d6330ce64e45e56e8f333ca309ed (patch) | |
tree | f97734abe7f94000473be2940e4c28fd5b43040c /extension/package.json | |
parent | 208eb65f67ccc62ce6d683fd9bed2fe9524b2136 (diff) | |
download | sncontinue-51fc07cf6441d6330ce64e45e56e8f333ca309ed.tar.gz sncontinue-51fc07cf6441d6330ce64e45e56e8f333ca309ed.tar.bz2 sncontinue-51fc07cf6441d6330ce64e45e56e8f333ca309ed.zip |
fix: :bug: small fixes, update troubleshooting docs
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extension/package.json b/extension/package.json index 4a494f1c..43139b67 100644 --- a/extension/package.json +++ b/extension/package.json @@ -77,11 +77,6 @@ "title": "Quick Text Entry" }, { - "command": "continue.quickFix", - "category": "Continue", - "title": "Quick Fix with Continue" - }, - { "command": "continue.viewLogs", "category": "Continue", "title": "View Continue Server Logs" |