mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 14:07:20 +08:00
fix: use Kilo logo for vscode extension sidebar icon
Replace the generic $(code) codicon with the actual Kilo logo PNGs for the activity bar icon, matching the kilocode-5 extension.
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
{
|
||||
"id": "kilo-code-sidebar",
|
||||
"title": "Kilo Code (NEW)",
|
||||
"icon": "$(code)"
|
||||
"icon": "assets/icons/kilo-light.png",
|
||||
"darkIcon": "assets/icons/kilo-dark.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user