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" + ], }