Merge pull request #5203 from xtermjs/Tyriar-patch-1

Don't hide build folders
This commit is contained in:
Daniel Imms
2024-11-01 07:52:47 -07:00
committed by GitHub
+1 -6
View File
@@ -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",