Hello, is there a way to avoid spell checker coloring file names and displaying problems count in the explorer tab?
It would be really nice to have this as an option.
No way to avoid this behavior for the moment?
Note, this is a change in VS Code behavior. They show ALL problem counts.
It might be controlled by this setting:
// Show Errors & Warnings on files and folder.
"problems.decorations.enabled": true,
Can we make vscode-spell-checker issues come up as warnings, not errors? Ideally, this would be a configuration setting.
They are set to Information by default.
VS Code is doing the rest.

Most helpful comment
It would be really nice to have this as an option.