From 3522b5d8db6ba023b2de99352e00e078bb6bb6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=A4=9A=E7=9B=8A?= Date: Mon, 13 Jun 2022 16:54:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20vscode=20=E5=BF=BD=E7=95=A5=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E6=96=87=E4=BB=B6=E9=81=BF=E5=85=8D=E5=8D=A1=E9=A1=BF?= =?UTF-8?q?=20(#4607)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8266caef5..237bb20a6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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