Skip to content

Instantly share code, notes, and snippets.

@tonysamperi
Created July 18, 2018 14:27
Show Gist options
  • Save tonysamperi/f4da51a10069e4c6638d94cc404dd753 to your computer and use it in GitHub Desktop.
Save tonysamperi/f4da51a10069e4c6638d94cc404dd753 to your computer and use it in GitHub Desktop.
Visual Studio Code common prefs
{
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true
},
"http.proxyStrictSSL": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.enablePreview": false,
"html.format.wrapLineLength": 0,
"html.format.wrapAttributes": "force-aligned",
"html.autoClosingTags": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment