Last active
September 21, 2025 19:44
-
-
Save osbyrne/ed6a432f83d2a96a36da64d49d366ce8 to your computer and use it in GitHub Desktop.
Visual Studio Code settings I repeatedly use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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