Skip to content

Instantly share code, notes, and snippets.

@filevich
Created January 8, 2020 02:20
Show Gist options
  • Save filevich/dbf7f984e65a58554964ff22c2ea5a91 to your computer and use it in GitHub Desktop.
Save filevich/dbf7f984e65a58554964ff22c2ea5a91 to your computer and use it in GitHub Desktop.
# /home/juan/.config/Code/User/settings.json
{
"workbench.startupEditor": "newUntitledFile",
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"editor.minimap.enabled": false,
"editor.rulers": [80],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#ff4081"
},
"workbench.colorTheme": "Default Light+"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment