Skip to content

Instantly share code, notes, and snippets.

@davenicoll
Last active March 31, 2023 23:15
Show Gist options
  • Save davenicoll/d62ace9633235a17cca4a905dbeba241 to your computer and use it in GitHub Desktop.
Save davenicoll/d62ace9633235a17cca4a905dbeba241 to your computer and use it in GitHub Desktop.
Sensible VSCode defaults
{
"telemetry.telemetryLevel": "off",
"git.autofetch": true,
"git.closeDiffOnOperation": true,
"workbench.editor.highlightModifiedTabs": true,
"workbench.colorCustomizations" : {
"tab.activeModifiedBorder": "#ff0000",
"tab.inactiveModifiedBorder": "#ff0000",
"tab.unfocusedActiveModifiedBorder": "#ff0000",
"tab.unfocusedInactiveModifiedBorder": "#ff0000"
},
"editor.guides.bracketPairs": true,
"explorer.compactFolders": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment