diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-18 19:41:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 19:41:47 -0700 |
commit | 66d0968d02310116344253ed90759ab7a9d596bb (patch) | |
tree | 236b1699f987ff90f89d905ba4ded7e49b3b8d96 /extension/package.json | |
parent | 8aa8e0b5c8402014b01f6ea6ce2e3d686f3c64b2 (diff) | |
parent | 5311a5b7e8e4322690b5f0b85a839bfa1caa1926 (diff) | |
download | sncontinue-66d0968d02310116344253ed90759ab7a9d596bb.tar.gz sncontinue-66d0968d02310116344253ed90759ab7a9d596bb.tar.bz2 sncontinue-66d0968d02310116344253ed90759ab7a9d596bb.zip |
Merge pull request #122 from continuedev/play-button
Improving sidebar play button
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/package.json b/extension/package.json index 036d13f0..63e52965 100644 --- a/extension/package.json +++ b/extension/package.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "displayName": "Continue", "pricing": "Free", - "description": "Refine code 10x faster", + "description": "Accelerating software development with language models", "version": "0.0.55", "publisher": "Continue", "engines": { @@ -81,7 +81,7 @@ { "id": "continue", "title": "Continue ", - "icon": "react-app/dist/continue_arrow.png" + "icon": "react-app/dist/play_button.png" } ] }, |