Skip to content

Instantly share code, notes, and snippets.

@hartraft
Created December 26, 2017 10:11
Show Gist options
  • Save hartraft/eeb77371b9b8e843b07dae92e6a4c58f to your computer and use it in GitHub Desktop.
Save hartraft/eeb77371b9b8e843b07dae92e6a4c58f to your computer and use it in GitHub Desktop.
VS Code user settings
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.js.map": true,
"**/*.js": { "when": "$(basename).ts"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment