Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we disable error highlighting in scrollbar and mini map? #3664

Open
resting opened this issue Sep 25, 2024 · 2 comments
Open

Can we disable error highlighting in scrollbar and mini map? #3664

resting opened this issue Sep 25, 2024 · 2 comments

Comments

@resting
Copy link

resting commented Sep 25, 2024

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.

@Jason3S
Copy link
Collaborator

Jason3S commented Oct 2, 2024

@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.

@KMFSousa
Copy link

➕ 1️⃣

A previous issue mentioned this, and it was impossible in 2018, but surely it is now: #200

Specifically this seems to hide it for me:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants