Skip to content

Instantly share code, notes, and snippets.

@adrianenriquez
Created May 27, 2026 05:25
Show Gist options
  • Select an option

  • Save adrianenriquez/6ada4f0ac1f4c3f9490686809e846261 to your computer and use it in GitHub Desktop.

Select an option

Save adrianenriquez/6ada4f0ac1f4c3f9490686809e846261 to your computer and use it in GitHub Desktop.
Make Cursor Activity bar similar to VS Code
// Cmd + shift + P -> Preferences: Open User Settings (JSON)
{
"workbench.activityBar.orientation": "vertical",
"workbench.activityBar.location": "default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment