You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(activitybar): remove when: isMac condition from viewsContainers (#2829)
Removed the `when: "isMac"` condition from the Kilo-Code activity bar container.
This condition caused the icon to be hidden on Windows/Linux and likely triggered
cache corruption that persisted across sessions.
Per user report (waewoo, last week), the visibility issue was resolved after
running “View: Reset View Locations”, confirming a user cache interaction —
but the `isMac` condition remained a root cause of instability across platforms.
Removing the platform gate ensures consistent icon visibility and prevents
future persistence issues in the activity bar container.
Fixes: #1453
Co-authored-by: Chris Hasson <[email protected]>
0 commit comments