From 5d81705ed0660c1fb1ca4234f6a47aa6e26a8537 Mon Sep 17 00:00:00 2001 From: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d3f3476dc5b..a6c103ed96a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,8 +5,8 @@ "typescript.tsdk": "node_modules/typescript/lib", "gitHistory.showEditorTitleMenuBarIcons": false, "files.exclude": { - // "**/lib": true, - // "**/esm": true, + "**/lib": true, + "**/esm": true, "**/sdk": true, "**/tsconfig.tsbuildinfo": true, "**/schema.json": true,