mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Hide build output from vscode explorer
This commit is contained in:
Vendored
+6
@@ -2,6 +2,12 @@
|
||||
"files.associations": {
|
||||
".eslintrc.json.typings": "jsonc"
|
||||
},
|
||||
// Hide output files from the file explorer, comment this out to see the build output
|
||||
"files.exclude": {
|
||||
"**/lib": true,
|
||||
"**/out": true,
|
||||
"**/out-*": true,
|
||||
},
|
||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||
"typescript.preferences.quoteStyle": "single",
|
||||
"mochaExplorer.envPath": ".mocha.env",
|
||||
|
||||
Reference in New Issue
Block a user