Skip to content

Instantly share code, notes, and snippets.

@calvinf
Last active October 10, 2017 00:02
Show Gist options
  • Save calvinf/d86aac47ed93f23962f9f2afe8b5e986 to your computer and use it in GitHub Desktop.
Save calvinf/d86aac47ed93f23962f9f2afe8b5e986 to your computer and use it in GitHub Desktop.
Visual Studio Code - User Settings
// Place your settings in this file to overwrite the default settings
{
"editor.acceptSuggestionOnEnter": "off",
"editor.minimap.enabled": true,
"eslint.options": {
"configFile": "eslintrc.js"
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"flow.pathToFlow": "/usr/local/bin/flow",
"javascript.validate.enable": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"window.restoreFullscreen": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "Solarized Dark",
"workbench.iconTheme": "vs-seti",
"java.errors.incompleteClasspath.severity": "ignore",
"[javascript]": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment