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

Spelling errors no longer shown in problems pane #3814

Closed Markus537 closed 2 days ago

Markus537 commented 3 days ago

Type: Bug

Code Spell checker no longer shows spelling errors in the problems pane, only in the spell checker pane, although "cSpell.diagnosticLevel" is set to "Information".

Steps to reproduce:

Expected result:

Actual result:

Extension version: 4.0.19 VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z) OS version: Linux x64 4.18.0-553.27.1.el8_10.x86_64 Modes:

Jason3S commented 3 days ago

The cSpell.diagnosticLevel setting gives a link, but the implications are not clear.

image image

Please set cSpell.useCustomDecorations to false.

I have updated the description to make it a bit clearer.

image
Markus537 commented 2 days ago

Can confirm that this resolves the issue, thanks. It also appears to be the cause for #3809, after setting cSpell.useCustomDecorations to false the squiggly lines are back to their former appearance.

Maybe it would be a good idea to set cSpell.useCustomDecorations to false by default?