The “workbench.activityBar.orientation”: “vertical” setting allows you to position icons like in VSCode.
This is more convenient and resolves the issue of “Unknown part workbench.parts.activitybar” when moving to the sidebar.
The recent update has caused the icons view to break. Seems like the sidebar overlaps with the activity bar.
Here how it should look like
To reproduce just set
{
“workbench.activityBar.orientation”: “vertical”,
“workbench.activityBar.location”: “top”,
}
MacOS, Cursor Version: 0.46.4, VSCode Version: 1.96.2
1 Like
system
Closed
2
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.