diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-18 19:24:06 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-18 19:24:06 -0700 |
commit | d3f76defe286df20550cbcc87679b56d9f6c72c2 (patch) | |
tree | a63c6495a7f5acf90d753c956cc1441f64ed9f62 /extension/package.json | |
parent | 350873ccfac50ff84c2018e1d71eaf6089d4c5b7 (diff) | |
download | sncontinue-d3f76defe286df20550cbcc87679b56d9f6c72c2.tar.gz sncontinue-d3f76defe286df20550cbcc87679b56d9f6c72c2.tar.bz2 sncontinue-d3f76defe286df20550cbcc87679b56d9f6c72c2.zip |
extension improvements
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" } ] }, |