Last active
April 16, 2016 05:26
-
-
Save vilicvane/6fa8b6f0fce2664c47537ea43063b231 to your computer and use it in GitHub Desktop.
VS Code settings
This file contains hidden or 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
{ | |
"window.zoomLevel": -0.5, | |
"editor.insertSpaces": true, | |
"editor.folding": false, | |
"files.autoSave": "afterDelay", | |
"files.trimTrailingWhitespace": true, | |
"files.eol": "\n", | |
"javascript.suggest.alwaysAllWords": true, | |
"javascript.validate": false, | |
"jshint.enable": false, | |
"tslint.enable": false, | |
"typescript.tsdk": "C:\\Users\\vilicvane\\AppData\\Roaming\\npm\\node_modules\\typescript\\lib", | |
"console.executable": "cmd.exe", | |
"console.args": "/s /c \"\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /single /icon cmd.exe /title \"ConEmu - Visual Studio Code\"\"", | |
"todoIgnore": ["**/bld/**"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment