Skip to content

Instantly share code, notes, and snippets.

@d2s
Last active March 2, 2017 08:14
Show Gist options
  • Save d2s/cfa9cba98e674c5aa462b70f4a341d31 to your computer and use it in GitHub Desktop.
Save d2s/cfa9cba98e674c5aa462b70f4a341d31 to your computer and use it in GitHub Desktop.
Visual Studio Code configuration
// Place your settings in this file to overwrite the default settings
{
// ==================================
// PRIVACY SETTINGS
// Disable crash reporting
// https://code.visualstudio.com/Docs/supporting/faq#_how-to-disable-crash-reporting
"telemetry.enableCrashReporter": false,
// Disable telemetry reporting
// https://code.visualstudio.com/Docs/supporting/faq#_how-to-disable-telemetry-reporting
"telemetry.enableTelemetry": false,
// ==================================
// VISUAL STYLE SETTINGS
"editor.fontSize": 16,
"editor.wordWrap": true,
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment