Skip to content

Commit 3d9b107

Browse files
authored
Merge pull request #5203 from xtermjs/Tyriar-patch-1
Don't hide build folders
2 parents aca9c89 + 3948482 commit 3d9b107

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.vscode/settings.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
"files.associations": {
33
".eslintrc.json.typings": "jsonc"
44
},
5-
// Hide output files from the file explorer, comment this out to see the build output
65
"files.exclude": {
7-
"**/.nyc_output": true,
8-
"**/lib": true,
9-
"**/dist": true,
10-
"**/out": true,
11-
"**/out-*": true,
6+
"**/.nyc_output": true
127
},
138
"typescript.preferences.importModuleSpecifier": "non-relative",
149
"typescript.preferences.quoteStyle": "single",

0 commit comments

Comments
 (0)