Skip to content

Instantly share code, notes, and snippets.

@drawcode
Created February 14, 2018 08:52
Show Gist options
  • Save drawcode/ad7de0c1315f36f488729cc5b1ff8602 to your computer and use it in GitHub Desktop.
Save drawcode/ad7de0c1315f36f488729cc5b1ff8602 to your computer and use it in GitHub Desktop.
visual-studio-code-settings.json
// Place your settings in this file to overwrite the default settings
{
"workbench.colorTheme": "Visual Studio Dark",
"files.associations": {
"*.json.txt": "json"
},
"files.exclude": {
"*/**/**.meta": true,
"*/**/_**.*": true
//"*/**/**.meta": true,
//"*/**/_**.*": true,
//"*/**/[-]**.*": true
},
"git.enabled": false,
"git.path": null,
"git.autofetch": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment