This is a place to capture common questions and possible confusions. Please feel free to make suggestion for things to be added to this file.
See: FAQ Issues
Yes, the spell checker is case sensitive. It is possible to turn it on/off based upon the file type. See: Turning on Case Sensitive Spell Checking
By default the spell checker excludes the same files excluded by the VS Code search.exclude setting. See discussion: #16, #55 and #95
No, the spell checker is self contained. It does not send your code off to a service to be checked.
Yes, please visit cspell-dicts. See also: #119
Yes. It is necessary to define
includeRegExpListfor each language. See #107 and #116
Yes you can: Spell Checker as Npm package #137 and Spell Checker as Docker image
Yes, select the words and right click to get the menu. Choose
Add Word to DictionaryorAdd Word to Global Dictionary. Add all words in the current document to dictionary #59