Use robot icon in terminal and panels; update banner icon

This commit is contained in:
Saoud Rizwan
2024-09-08 11:35:46 -04:00
parent 2c91bafe1e
commit 076acf736e
8 changed files with 16 additions and 5 deletions

View File

@@ -3,7 +3,11 @@
"displayName": "Claude Dev",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
"version": "1.5.34",
"icon": "icon.png",
"icon": "icons/icon.png",
"galleryBanner": {
"color": "#C1DCEA",
"theme": "light"
},
"engines": {
"vscode": "^1.84.0"
},