ignoredWordHint doesn't work as expected
Opened this issue · 1 comments
By default, the setting languageToolLinter.languageTool.ignoredWordHint
is true
, so hints are shown for ignored words.
Reading the description, I'd expect that when I set it to false
, ignored words should be ignored completely: no hints, no markings, no warnings in the problems list.
Instead, spelling warnings for ignored words are showing up in the problems list again and once again marked in the editor as they would be if they weren't ignored at all. The only difference seems to be that ignored words seem to have no quick fixes available.
Environment & Configuration:
- OS + Version: Linux (NixOS 23.05)
- VS Code Version: VS Codium 1.78.2
- LanguageTool Linter Version: 0.20.0
- LanguageTool Version: 6.1
- Service Configuration: external
Thanks for bringing this to my attention. I've had other projects taking up my time lately, but I'll look into this as soon as I can. And thanks for the h/t on Mastadon!