You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @Jason3S . You answered my issue with the additional setting for my cspell.json. I am closing this issue. Thank you for introducing the trace command. I guess people like us (the user) will fail to understand much of the cspell.json setting.
Info
Kind of Issue
Which Tool or library
Which Version
Version: cspell 5.2.4 with
node-v14.16.0-linux-x64.tar.xz
from nodejs.org.All other
node_modules
: cspell is freshly installed today 25-Feb-2021.Issue with supporting library?
OS:
version:
Ubuntu 20.04.2 LTS (Fully upgraded using
apt-get dist-upgrade
)Bug Description
Describe the bug
Misspell word
demostrate
not reported as unknown word when scan as FILE.To Reproduce
Steps to reproduce the behavior:
demostrate
is detected correctly when using stdin.$ cat hello.c | /home/user/bin/cspell/node_modules/.bin/cspell lint -c /home/user/bin/cspell/cspell.json --no-progress --no-summary stdin stdin:4:18 - Unknown word (demostrate) stdin:4:29 - Unknown word (thisisbadspell) stdin:5:13 - Unknown word (Demostrate)
demostrate
is NOT detected when using FILE.printf
is included in my custom dictionary. Seecspell.json
demostrate
in not in dictionaries. Seem OK.Expected behavior
stdin
detection seem working correctly. Detection rate via FILE seem doubtful. I am not sure am I the only one have this issue.Screenshots
See above console output.
Additional context
Add any other context about the problem here.
cspell.json
Example Repository (Optional)
An example repository makes things easier to debug.
The text was updated successfully, but these errors were encountered: