Skip to content

Instantly share code, notes, and snippets.

@osbyrne
Last active September 21, 2025 19:44
Show Gist options
  • Select an option

  • Save osbyrne/ed6a432f83d2a96a36da64d49d366ce8 to your computer and use it in GitHub Desktop.

Select an option

Save osbyrne/ed6a432f83d2a96a36da64d49d366ce8 to your computer and use it in GitHub Desktop.
Visual Studio Code settings I repeatedly use
{
"breadcrumbs.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.minimap.enabled": false,
"editor.lineNumbers": "off",
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.hideCursorInOverviewRuler": true,
"editor.guides.indentation": false,
"editor.overviewRulerBorder": false,
"editor.rulers": [],
"git.blame.editorDecoration.enabled": true,
"git.alwaysShowStagedChangesResourceGroup": true,
"git.blame.statusBarItem.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment