summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-04 12:11:51 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-04 12:11:51 -0700
commit85826ae7e2ed5033e3756706953313d0d4490233 (patch)
tree1fb691b45649a5a811061357517d645af9908641
parenta2b140d314d0687be51e4108b35e492217561dbc (diff)
downloadsncontinue-85826ae7e2ed5033e3756706953313d0d4490233.tar.gz
sncontinue-85826ae7e2ed5033e3756706953313d0d4490233.tar.bz2
sncontinue-85826ae7e2ed5033e3756706953313d0d4490233.zip
docs: :memo: improved keyboard shortcut docs
-rw-r--r--extension/README.md2
-rw-r--r--extension/package.json6
2 files changed, 5 insertions, 3 deletions
diff --git a/extension/README.md b/extension/README.md
index 59f5d155..69bcb1f9 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -36,6 +36,8 @@ By default, Continue uses GPT-4 and GPT-3.5-turbo via the OpenAI API.
You can adjust the config to use different LLMs, including local, private models. Read more [here](https://continue.dev/docs/customization#change-the-default-llm).
+To see the keyboard shortcuts offered by Continue, see the "Feature Contributions" tab above.
+
# Troubleshooting
The Continue VS Code extension is currently in beta. It will attempt to start the Continue Python server locally for you, but sometimes this will fail, causing the "Starting Continue server..." not to disappear, or other hangups. While we are working on fixes to all of these problems, read here for common solutions:
diff --git a/extension/package.json b/extension/package.json
index 2a8266ec..41704212 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -75,17 +75,17 @@
{
"command": "continue.quickFix",
"category": "Continue",
- "title": "Quick Fix"
+ "title": "Quick Fix with Continue"
},
{
"command": "continue.viewLogs",
"category": "Continue",
- "title": "View Logs"
+ "title": "View Continue Server Logs"
},
{
"command": "continue.toggleAuxiliaryBar",
"category": "Continue",
- "title": "Toggle Auxiliary Bar"
+ "title": "Toggle Right Sidebar"
},
{
"command": "continue.focusContinueInputWithEdit",