From 52454305fbaf0104184ec1bdc0319d5f32efa11b Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:32:08 +0800 Subject: [PATCH] chore(vscode): update settings --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8456eec..ecdd982 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "editor.fontLigatures": true, "cSpell.words": [ "deepseek", "historychange", @@ -16,6 +15,9 @@ "statuschange", "wouter" ], + "files.exclude": { + "packages/*/node_modules": true, + }, "markdownlint.config": { // "comment": "Relaxed rules", "default": true,