vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

Can we disable error highlighting in scrollbar and mini map?

Open resting opened this issue 1 year ago • 2 comments

As per the title, can we have the error highlighted in the main editor but disabled in the scrollbar and mini map?

It is obfuscating more important signals, like bookmarks.

resting avatar Sep 25 '24 02:09 resting

@resting,

With v4 of the extension, you can toggle, the spell checker one and off. It is a command, not a setting:

image

You can toggle, show, or hide.

It is possible to hide just the scrollbar (ruler) decorations, but not the minimap. You can do this by setting its color:

image

"cSpell.overviewRulerColor": ""

But, as you point out, it might be worth it to have a setting that hides the ruler decorations.

Jason3S avatar Oct 02 '24 05:10 Jason3S

➕ 1️⃣

A previous issue mentioned this, and it was impossible in 2018, but surely it is now: https://github.com/streetsidesoftware/vscode-spell-checker/issues/200

Specifically this seems to hide it for me:

    "workbench.colorCustomizations": {
       "editorOverviewRuler.infoForeground": "#0000",
    }

KMFSousa avatar Oct 23 '24 21:10 KMFSousa

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Feb 08 '25 05:02 github-actions[bot]