From c6a2f418e69b11e9881949382d162a008480491d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= Date: Mon, 14 Jul 2025 14:45:00 +0800 Subject: [PATCH] =?UTF-8?q?Code=20Spell=20Checker=20=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E6=A3=80=E6=9F=A5=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E5=8D=95=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index afdab66..6d54d72 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,11 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "typescript.tsc.autoDetect": "off", + + // Code Spell Checker 插件 + "cSpell.words": [ + "Gitee", + "coder-xiaomo" + ], }