We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@resting,
With v4 of the extension, you can toggle, the spell checker one and off. It is a command, not a setting:
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:
"cSpell.overviewRulerColor": ""
But, as you point out, it might be worth it to have a setting that hides the ruler decorations.
Sorry, something went wrong.
➕ 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", }
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: