From 85826ae7e2ed5033e3756706953313d0d4490233 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 4 Aug 2023 12:11:51 -0700 Subject: docs: :memo: improved keyboard shortcut docs --- extension/README.md | 2 ++ extension/package.json | 6 +++--- 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", -- cgit v1.2.3-70-g09d2