diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-10-05 15:40:29 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-10-05 15:40:29 -0700 |
commit | 92e7c9bb627a5559769e0eca23e02e106d2cfe96 (patch) | |
tree | a0636c3849a72f4023680c6e257e2a042eeeaa72 | |
parent | 257cef697c93d2f2f59936587834908bd69ae842 (diff) | |
download | sncontinue-92e7c9bb627a5559769e0eca23e02e106d2cfe96.tar.gz sncontinue-92e7c9bb627a5559769e0eca23e02e106d2cfe96.tar.bz2 sncontinue-92e7c9bb627a5559769e0eca23e02e106d2cfe96.zip |
feat: :lipstick: update icon and description
-rw-r--r-- | extension/media/icon.png | bin | 0 -> 12464 bytes | |||
-rw-r--r-- | extension/package.json | 6 |
2 files changed, 3 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 4edb510c..c0ef36d9 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.410", "repository": { "type": "git", @@ -17,9 +17,9 @@ "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" |