Hide more folders from explorer

This commit is contained in:
Daniel Imms
2024-07-10 06:55:55 -07:00
parent 1b0078ad20
commit 522b39be86
+5 -3
View File
@@ -4,9 +4,11 @@
},
// Hide output files from the file explorer, comment this out to see the build output
"files.exclude": {
// "**/lib": true,
// "**/out": true,
// "**/out-*": true,
"**/.nyc_output": true,
"**/lib": true,
"**/dist": true,
"**/out": true,
"**/out-*": true,
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.quoteStyle": "single",