Created
July 18, 2017 13:47
-
-
Save AlanSimpsonMe/a2c8a2c5151a5b039bed78506ee40d71 to your computer and use it in GitHub Desktop.
Hide .map.js at all in VS Code Angular projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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