Don't hide build folders

This was getting too annoying needing to comment out these lines
This commit is contained in:
Daniel Imms
2024-11-01 07:19:33 -07:00
committed by GitHub
parent f701d073d1
commit 6684c406e8
+1 -5
View File
@@ -4,11 +4,7 @@
},
// 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",