diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 79 |
1 files changed, 39 insertions, 40 deletions
diff --git a/extension/package.json b/extension/package.json index e6d2b8b2..729aa348 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,26 +1,25 @@ { - "name": "continue", + "name": "sncontinue", "icon": "media/icon.png", "version": "0.0.413", "repository": { "type": "git", - "url": "https://github.com/continuedev/continue" + "url": "https://dummy.com/sncontinue" }, "extensionKind": [ "ui", "workspace" ], "bugs": { - "url": "https://github.com/continuedev/continue/issues", - "email": "nate@continue.dev" + "url": "https://dummy.com/sncontinue/issues", + "email": "tuowen.zhao@sambanovasystems.com" }, - "homepage": "https://continue.dev", - "qna": "https://github.com/continuedev/continue/issues/new/choose", + "qna": "https://dummy.com/sncontinue/issues/new/choose", "license": "Apache-2.0", - "displayName": "Continue - CodeLlama, GPT-4, and more", + "displayName": "SNContinue - AMA Sambastudio", "pricing": "Free", - "description": "Open-source autopilot for software development - bring the power of ChatGPT to your IDE", - "publisher": "Continue", + "description": "Sambanova autopilot for software development - bring the power of ChatGPT to your IDE", + "publisher": "Sambanova", "engines": { "vscode": "^1.67.0" }, @@ -50,14 +49,14 @@ "browser": "./out/extension.js", "contributes": { "configuration": { - "title": "Continue", + "title": "SNContinue", "properties": { - "continue.serverUrl": { + "sncontinue.serverUrl": { "type": "string", "default": "http://localhost:65432", "description": "The URL of the Continue server if you are running Continue manually. NOTE: This is NOT the URL of the LLM server. If you want to use an LLM hosted at a custom URL, please see https://continue.dev/docs/customization#change-the-default-llm and complete configuration in `~/.continue/config.py`, which you can access by using the '/config' slash command." }, - "continue.manuallyRunningServer": { + "sncontinue.manuallyRunningServer": { "type": "boolean", "default": false, "description": "If you are manually running the Continue server, you should update the Server URL and check this box. This will stop Continue from attempting to remove your server and download a new version." @@ -66,74 +65,74 @@ }, "commands": [ { - "command": "continue.acceptDiff", - "category": "Continue", + "command": "sncontinue.acceptDiff", + "category": "SNContinue", "title": "Accept Diff" }, { - "command": "continue.rejectDiff", - "category": "Continue", + "command": "sncontinue.rejectDiff", + "category": "SNContinue", "title": "Reject Diff" }, { - "command": "continue.quickTextEntry", - "category": "Continue", + "command": "sncontinue.quickTextEntry", + "category": "SNContinue", "title": "Quick Text Entry" }, { - "command": "continue.viewLogs", - "category": "Continue", + "command": "sncontinue.viewLogs", + "category": "SNContinue", "title": "View Continue Server Logs" }, { - "command": "continue.toggleAuxiliaryBar", - "category": "Continue", + "command": "sncontinue.toggleAuxiliaryBar", + "category": "SNContinue", "title": "Toggle Right Sidebar" }, { - "command": "continue.focusContinueInputWithEdit", - "category": "Continue", + "command": "sncontinue.focusContinueInputWithEdit", + "category": "SNContinue", "title": "Focus Continue Input With Edit" }, { - "command": "continue.debugTerminal", - "category": "Continue", + "command": "sncontinue.debugTerminal", + "category": "SNContinue", "title": "Debug Terminal" } ], "keybindings": [ { - "command": "continue.focusContinueInput", + "command": "sncontinue.focusContinueInput", "mac": "cmd+m", "key": "ctrl+m" }, { - "command": "continue.focusContinueInputWithEdit", + "command": "sncontinue.focusContinueInputWithEdit", "mac": "cmd+shift+m", "key": "ctrl+shift+m" }, { - "command": "continue.acceptDiff", + "command": "sncontinue.acceptDiff", "mac": "shift+cmd+enter", "key": "shift+ctrl+enter" }, { - "command": "continue.rejectDiff", + "command": "sncontinue.rejectDiff", "mac": "shift+cmd+backspace", "key": "shift+ctrl+backspace" }, { - "command": "continue.quickTextEntry", + "command": "sncontinue.quickTextEntry", "mac": "cmd+shift+l", "key": "ctrl+shift+l" }, { - "command": "continue.toggleAuxiliaryBar", + "command": "sncontinue.toggleAuxiliaryBar", "mac": "alt+cmd+m", "key": "alt+ctrl+m" }, { - "command": "continue.debugTerminal", + "command": "sncontinue.debugTerminal", "mac": "cmd+shift+r", "key": "ctrl+shift+r" } @@ -144,17 +143,17 @@ "viewsContainers": { "activitybar": [ { - "id": "continue", - "title": "Continue ", + "id": "sncontinue", + "title": "SNContinue ", "icon": "media/continue-dev-square.png" } ] }, "views": { - "continue": [ + "sncontinue": [ { "type": "webview", - "id": "continue.continueGUIView", + "id": "sncontinue.continueGUIView", "name": " )", "visibility": "visible" } @@ -162,9 +161,9 @@ }, "walkthroughs": [ { - "id": "continue", - "title": "Getting Started", - "description": "Learn how to use Continue", + "id": "sncontinue", + "title": "Getting Started w. SNContinue", + "description": "Learn how to use SNContinue", "steps": [ { "id": "edit", |