diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-25 19:12:41 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-25 19:12:41 -0700 |
commit | 173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b (patch) | |
tree | fa6b74855e69f86bf018a280e4b82965154170b9 /extension/package.json | |
parent | 47c9bfb963022a219ab9b72cb0561d2fd0c28552 (diff) | |
parent | 4258ba75380e0c0c43e81151f2a9e530c20448bb (diff) | |
download | sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.tar.gz sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.tar.bz2 sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.zip |
Merge branch 'main' of github.com:continuedev/continue
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 6618ff45..80807d41 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.191", + "version": "0.0.197", "publisher": "Continue", "engines": { "vscode": "^1.67.0" @@ -157,7 +157,7 @@ { "id": "continue", "title": "Continue ", - "icon": "react-app/dist/play_button.png" + "icon": "react-app/dist/continue-dev-square.png" } ] }, |