Skip to content

Instantly share code, notes, and snippets.

@patrickhulce
Created March 26, 2017 03:39
Show Gist options
  • Save patrickhulce/d88607430306cbb240b01e9f167f409d to your computer and use it in GitHub Desktop.
Save patrickhulce/d88607430306cbb240b01e9f167f409d to your computer and use it in GitHub Desktop.
Preferences for VSCode
{
"vsicons.presets.hideFolders": true,
"workbench.iconTheme": "vscode-icons",
"window.zoomLevel": 1,
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/*.js": { "when": "$(basename).ts" }
},
"vsicons.projectDetection.autoReload": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment