Skip to content

Instantly share code, notes, and snippets.

@dagolinuxoid
Created September 19, 2017 05:53
Show Gist options
  • Save dagolinuxoid/69afb9738fe3c0eaa6272dfa67588a13 to your computer and use it in GitHub Desktop.
Save dagolinuxoid/69afb9738fe3c0eaa6272dfa67588a13 to your computer and use it in GitHub Desktop.
vs code | my user settings file | visual studio code
// Place your settings in this file to overwrite the default settings
{
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true,
"window.zoomLevel": 0,
"editor.fontFamily": "Liberation Mono",
"editor.fontSize": 14,
"editor.minimap.enabled": false,
"files.associations": {
"*.html": "html"
},
"[html]": {
"editor.tabSize": 2
},
"workbench.startupEditor": "none",
"workbench.iconTheme": null,
"[css]": {
"editor.tabSize": 2
},
"extensions.ignoreRecommendations": false,
"editor.renderWhitespace": "none",
"editor.codeLens": true,
"editor.links": false,
"workbench.colorCustomizations": {
// "tab.activeBackground": "#5675b9",
"statusBar.background": "#272b35",
"activityBar.background": "#24292e"
},
"terminal.integrated.fontSize": 12,
"editor.occurrencesHighlight": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment