Skip to content

Instantly share code, notes, and snippets.

@leolanese
Created June 1, 2017 11:05
Embed
What would you like to do?
make Visual Code to hide .map and .js from the project folder panel view
{
"files.exclude" :{
"**/src/**/*.js.map": true,
"**/src/**/*.js": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment