Last active
October 10, 2017 00:02
-
-
Save calvinf/d86aac47ed93f23962f9f2afe8b5e986 to your computer and use it in GitHub Desktop.
Visual Studio Code - User Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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