Skip to content

Instantly share code, notes, and snippets.

@AlanSimpsonMe
Created July 18, 2017 13:47
Show Gist options
  • Save AlanSimpsonMe/a2c8a2c5151a5b039bed78506ee40d71 to your computer and use it in GitHub Desktop.
Save AlanSimpsonMe/a2c8a2c5151a5b039bed78506ee40d71 to your computer and use it in GitHub Desktop.
Hide .map.js at all in VS Code Angular projects
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/*.js" : {
"when": "$(basename).ts"
},
"**/*.js.map": {
"when": "$(basename)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment