Skip to content

Commit

Permalink
Merge pull request #5203 from xtermjs/Tyriar-patch-1
Browse files Browse the repository at this point in the history
Don't hide build folders
  • Loading branch information
Tyriar authored Nov 1, 2024
2 parents aca9c89 + 3948482 commit 3d9b107
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
"files.associations": {
".eslintrc.json.typings": "jsonc"
},
// Hide output files from the file explorer, comment this out to see the build output
"files.exclude": {
"**/.nyc_output": true,
"**/lib": true,
"**/dist": true,
"**/out": true,
"**/out-*": true,
"**/.nyc_output": true
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.quoteStyle": "single",
Expand Down

0 comments on commit 3d9b107

Please sign in to comment.