streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.44k stars 130 forks source link

fix: Change the description of `diagnosticLevel` #3808

Closed Jason3S closed 3 days ago

Jason3S commented 3 days ago

To make it clear, that diagnostic level is only used when cSpell.useCustomDecorations is false.

Related to #3798