Vscode-spell-checker: Disabling color highlighting and problems count for file names in the explorer

Created on 15 Feb 2018  路  5Comments  路  Source: streetsidesoftware/vscode-spell-checker

Hello, is there a way to avoid spell checker coloring file names and displaying problems count in the explorer tab?

FAQ

Most helpful comment

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

All 5 comments

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.

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fgarcia picture fgarcia  路  3Comments

apptimise picture apptimise  路  6Comments

lucamartinetti picture lucamartinetti  路  3Comments

mgroves picture mgroves  路  5Comments

gbreeze picture gbreeze  路  7Comments