Tuesday, 28 March 2017

How to hide JS and JS.map files in VSCode

// Place your settings in this file to overwrite the default settings
{
"files.exclude": {
"**/*.js": {"when": "$(basename).ts"},
"**/*.js.map": true
}
}
view raw settings.json hosted with ❤ by GitHub

hide-js-map

hide-js-map-done

No comments:

Post a Comment