Skip to content

Commit 6684c40

Browse files
authored
Don't hide build folders
This was getting too annoying needing to comment out these lines
1 parent f701d07 commit 6684c40

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
},
55
// Hide output files from the file explorer, comment this out to see the build output
66
"files.exclude": {
7-
"**/.nyc_output": true,
8-
"**/lib": true,
9-
"**/dist": true,
10-
"**/out": true,
11-
"**/out-*": true,
7+
"**/.nyc_output": true
128
},
139
"typescript.preferences.importModuleSpecifier": "non-relative",
1410
"typescript.preferences.quoteStyle": "single",

0 commit comments

Comments
 (0)