chore: vscode 忽略临时文件避免卡顿 (#4607)

This commit is contained in:
吴多益 2022-06-13 16:54:32 +08:00 committed by GitHub
parent d0753602b2
commit 3522b5d8db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.vscode/settings.json vendored
View File

@ -4,6 +4,16 @@
"editor.tabSize": 2,
"typescript.tsdk": "node_modules/typescript/lib",
"gitHistory.showEditorTitleMenuBarIcons": false,
"files.exclude": {
"**/lib": true,
"**/esm": true,
"**/tsconfig.tsbuildinfo": true,
"**/schema.json": true,
"**/lerna-debug.log": true,
"**/package-lock.json": true,
"**/.rollup.cache": true,
"public/**": true
},
"search.exclude": {
"examples/docs.json": true,
"examples/components/EChartsEditor/option-parts/**/*": true