From 22057bcb1f2f826015ef3e5c9a518f3660d58436 Mon Sep 17 00:00:00 2001 From: Liang Date: Sun, 31 May 2026 08:16:33 +0800 Subject: [PATCH] chore: exclude vitest config inside snap tests for VSCode Signed-off-by: Liang --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 34259a1533..c628388a23 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,5 +17,6 @@ "typescript.preferences.importModuleSpecifierEnding": "js", "typescript.reportStyleChecksAsWarnings": false, "typescript.updateImportsOnFileMove.enabled": "always", - "typescript.experimental.useTsgo": true + "typescript.experimental.useTsgo": true, + "vitest.configSearchPatternExclude": "{**/node_modules/**,**/vendor/**,**/.*/**,**/*.d.ts,{**/packages/cli/snap-tests*/**}}" }