vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

Spell errors are missed

Open sverzakov opened this issue 3 years ago • 1 comments

In the current version version v2.3.4 (and earlier) words "excpetion" and "charecter" are not detected as misspellings.

image

sverzakov avatar Aug 02 '22 16:08 sverzakov

@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

image

Jason3S avatar Aug 06 '22 06:08 Jason3S

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.

github-actions[bot] avatar Sep 18 '22 05:09 github-actions[bot]