1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Code Spell Checker 插件拼写检查白名单单词

This commit is contained in:
2025-07-14 14:45:00 +08:00
parent 0d2d89329e
commit c6a2f418e6

View File

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