diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extension/package.json b/extension/package.json index 56a522ac..a875c82d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "Refine code 10x faster", - "version": "0.0.47", + "version": "0.0.50", "publisher": "Continue", "engines": { "vscode": "^1.74.0" @@ -86,8 +86,8 @@ "activitybar": [ { "id": "continue", - "title": "Continue", - "icon": "media/continue-gradient.png" + "title": "Continue ", + "icon": "react-app/dist/continue_arrow.png" } ] }, @@ -96,7 +96,7 @@ { "type": "webview", "id": "continue.continueGUIView", - "name": "GUI", + "name": " )", "visibility": "visible" } ] |