summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json55
1 files changed, 5 insertions, 50 deletions
diff --git a/extension/package.json b/extension/package.json
index 5e0a45b5..4924dd35 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -47,37 +47,17 @@
"continue.serverUrl": {
"type": "string",
"default": "http://localhost:65432",
- "description": "The URL of the Continue server to use."
+ "description": "The URL of the Continue server. Only change this if you are running the server manually. If you want to use an LLM hosted at a custom URL, please see https://continue.dev/docs/customization#change-the-default-llm."
},
"continue.OPENAI_API_KEY": {
"type": "string",
"default": null,
- "description": "The OpenAI API key to use for code generation."
+ "description": "The OpenAI API key to use for code generation. Leave empty to get limited free usage of Continue."
}
}
},
"commands": [
{
- "command": "continue.suggestionDown",
- "category": "Continue",
- "title": "Suggestion Down"
- },
- {
- "command": "continue.suggestionUp",
- "category": "Continue",
- "title": "Suggestion Up"
- },
- {
- "command": "continue.acceptSuggestion",
- "category": "Continue",
- "title": "Accept Suggestion"
- },
- {
- "command": "continue.rejectSuggestion",
- "category": "Continue",
- "title": "Reject Suggestion"
- },
- {
"command": "continue.acceptDiff",
"category": "Continue",
"title": "Accept Diff"
@@ -88,16 +68,6 @@
"title": "Reject Diff"
},
{
- "command": "continue.acceptAllSuggestions",
- "category": "Continue",
- "title": "Accept All Suggestions"
- },
- {
- "command": "continue.rejectAllSuggestions",
- "category": "Continue",
- "title": "Reject All Suggestions"
- },
- {
"command": "continue.quickTextEntry",
"category": "Continue",
"title": "Quick Text Entry"
@@ -105,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",
@@ -135,21 +105,6 @@
"key": "ctrl+shift+m"
},
{
- "command": "continue.suggestionDown",
- "mac": "shift+ctrl+down",
- "key": "shift+ctrl+down"
- },
- {
- "command": "continue.suggestionUp",
- "mac": "shift+ctrl+up",
- "key": "shift+ctrl+up"
- },
- {
- "command": "continue.acceptSuggestion",
- "mac": "shift+ctrl+enter",
- "key": "shift+ctrl+enter"
- },
- {
"command": "continue.acceptDiff",
"mac": "shift+cmd+enter",
"key": "shift+ctrl+enter"