Go to the "Files" β "Settings" β "Workspace Settings" section and paste in the right panel:
// Place your settings in this file to overwrite default and user settings. { "files.exclude": { // include the defaults from VS Code "**/.git": true, "**/.DS_Store": true, // exclude .js and .js.map files, when in a TypeScript project "**/*.js": { "when": "$(basename).ts"}, "**/*.js.map": true } }
echonax
source share