Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
After a recent Cursor update, extension-provided Activity Bar icons (e.g. SQLTools, Claude Code) become invisible. Built-in icons remain visible.
DevTools shows .action-label:not(.codicon) at 36x36px with padding: 0 0 0 36px !important from workbench.desktop.main.css, pushing uri-icon SVGs out of view.
Not fixed by theme changes or clearing Cache/CachedData.
Steps to Reproduce
- Windows + remote workspace (WSL/SSH)
- Settings may include workbench.activityBar.orientation: vertical
- Install SQLTools / Claude Code
- Built-in icons visible; extension icons invisible (tooltips on hover)
- DevTools confirms padding-left: 36px on .action-label:not(.codicon)
Expected Behavior
Extension Activity Bar icons should render like built-in icons.
Operating System
Windows 10/11
Version Information
Reported after recent Cursor update (exact version not captured at post time). Remote: Linux via WSL/SSH.
For AI issues: which model did you use?
N/A
For AI issues: add Request ID with privacy disabled
N/A
Additional Information
Workaround: remove workbench.activityBar.orientation vertical and reload.
Related: Activity Bar Layout Issue
CSS override: .action-label:not(.codicon) { padding: 0 !important; }
Does this stop you from using Cursor
No - Cursor works, but with this issue