vscode-spell-checker
vscode-spell-checker copied to clipboard
Spell errors are missed
In the current version version v2.3.4 (and earlier) words "excpetion" and "charecter" are not detected as misspellings.

@sverzakov,
Somewhere in your configuration, allowCompoundWords has been set to true. I suggest setting it to false.
To see if a word exists in a dictionary, use the following command in the terminal (assumes you have node installed):
npx cspell trace charecter
To see if a compound words exists:
npx cspell trace --allow-compound-words charecter

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.