Code Spell Checker 插件拼写检查白名单单词
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -7,5 +7,11 @@
|
|||||||
"out": true // set this to false to include "out" folder in search results
|
"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
|
// 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"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user