Skip to content

fix(vscode): add extension icon for marketplace#389

Open
doozie-akshay wants to merge 2 commits intoKilo-Org:devfrom
doozie-akshay:fix/346-extension-icon
Open

fix(vscode): add extension icon for marketplace#389
doozie-akshay wants to merge 2 commits intoKilo-Org:devfrom
doozie-akshay:fix/346-extension-icon

Conversation

@doozie-akshay
Copy link

Summary

The extension was missing the top-level icon field in package.json which VS Code uses for the extension icon in the marketplace and sidebar.

Problem

  • Extension showed default VS Code icon instead of Kilo branding
  • Users couldn't identify the extension by its icon

Solution

Added "icon": "assets/icons/kilo-light.png" to package.json

Testing

  • Icon already exists at assets/icons/kilo-light.png (256x256 PNG)
  • Sidebar icons were already configured correctly

Fixes #346

doozie-akshay and others added 2 commits February 17, 2026 23:24
The extension was missing the top-level 'icon' field in package.json
which VS Code uses for the extension icon in the marketplace and sidebar.

Fixes Kilo-Org#346
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Fix extension icon to be Kilo Code (sidebar, etc)

1 participant

Comments