bartosz-antosik / vscode-spellright

Multilingual, Offline and Lightweight Spellchecker for Visual Studio Code
Other
359 stars 36 forks source link

Customize underline color #564

Open shadoath opened 8 months ago

shadoath commented 8 months ago

Can we expand the options to change the underline color for this plugin. I want to know if there is an error via my linter or just a spellcheck notice.

This should also change the color in the status bar.

Thank you

bartosz-antosik commented 8 months ago

Hi! Please have a look at "spellright.notificationClass": "error" in README.md.

shadoath commented 8 months ago

Perfect, thank you! I was looking for it via the VScode settings UI and didn't find anything mentioning changing the color: Now that I have set it to warning, that's exactly what I want.

It might be worth adding something to that UI to let the user know of this. Screenshot 2023-11-14 at 8 01 56 PM