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:
Mark IJbema
2026-02-17 11:06:54 +01:00
parent 24f55b7b36
commit fe66e1d12a
+2 -1
View File
@@ -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"
}
]
},