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

Closed
resting opened this issue Sep 25, 2024 · 3 comments · Fixed by #4028
Closed

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

resting opened this issue Sep 25, 2024 · 3 comments · Fixed by #4028

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",
    }

Copy link
Contributor

github-actions bot commented Feb 8, 2025

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 github-actions bot locked as resolved and limited conversation to collaborators Feb 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants