Skip to content

Instantly share code, notes, and snippets.

@trilodge
Last active November 10, 2017 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trilodge/043c5a61844364284de84d1aeec8e345 to your computer and use it in GitHub Desktop.
Save trilodge/043c5a61844364284de84d1aeec8e345 to your computer and use it in GitHub Desktop.
M$ VSCode config file
{
"workbench.colorTheme": "Cobalt2",
"typescript.check.npmIsInstalled": false,
"editor.fontSize": 13,
"editor.fontFamily": "Fira Mono",
"editor.tabSize": 2,
"editor.detectIndentation": true,
"editor.fontLigatures": true,
"files.insertFinalNewline": false,
"files.trimTrailingWhitespace": true,
"explorer.openEditors.visible": 0,
"editor.scrollBeyondLastLine": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/.idea": true,
"**/package-lock.json": true
},
"html.suggest.angular1": false,
"html.suggest.ionic": false,
"css.validate": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment