Skip to content

Instantly share code, notes, and snippets.

@wellingtonpgp
Created August 24, 2017 02:59
Show Gist options
  • Select an option

  • Save wellingtonpgp/2f912d3f9105bbcdfa8211e6b73f2129 to your computer and use it in GitHub Desktop.

Select an option

Save wellingtonpgp/2f912d3f9105bbcdfa8211e6b73f2129 to your computer and use it in GitHub Desktop.
settings.json .vscode
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.js.map": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment