mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Don't hide build folders
This was getting too annoying needing to comment out these lines
This commit is contained in:
Vendored
+1
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user