Skip to content

Instantly share code, notes, and snippets.

@vilicvane
Last active April 16, 2016 05:26
Show Gist options
  • Save vilicvane/6fa8b6f0fce2664c47537ea43063b231 to your computer and use it in GitHub Desktop.
Save vilicvane/6fa8b6f0fce2664c47537ea43063b231 to your computer and use it in GitHub Desktop.
VS Code settings
{
"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