mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Hide more folders from explorer
This commit is contained in:
Vendored
+5
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user