diff options
-rw-r--r-- | extension/media/icon.png | bin | 0 -> 12464 bytes | |||
-rw-r--r-- | extension/package.json | 10 |
2 files changed, 7 insertions, 3 deletions
diff --git a/extension/media/icon.png b/extension/media/icon.png Binary files differnew file mode 100644 index 00000000..9ea7ec3f --- /dev/null +++ b/extension/media/icon.png diff --git a/extension/package.json b/extension/package.json index efd9e2c5..287289d6 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "continue", - "icon": "media/terminal-continue.png", + "icon": "media/icon.png", "version": "0.0.411", "repository": { "type": "git", @@ -17,13 +17,17 @@ "homepage": "https://continue.dev", "qna": "https://github.com/continuedev/continue/issues/new/choose", "license": "Apache-2.0", - "displayName": "Continue - Use Code Llama in VS Code", + "displayName": "Continue - CodeLlama, GPT-4, and more", "pricing": "Free", - "description": "Open-source copilot for software development - bring the power of ChatGPT to your IDE", + "description": "Open-source autopilot for software development - bring the power of ChatGPT to your IDE", "publisher": "Continue", "engines": { "vscode": "^1.67.0" }, + "galleryBanner": { + "color": "#1E1E1E", + "theme": "dark" + }, "categories": [ "Programming Languages", "Education", |