-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Feature Request] Option to ONLY disable inline information #60
Comments
I've added 4 separate colors for status bar, so they no longer share invisibility. e4d86fb
|
The latest change is quite useful in any case - but still - as this was requested multiple times... |
Is that setting should include background color of the entire line or not? |
Yes. if someone don't wants the color then there's already a setting to adjust that. The only setting missing is "enable diagnostic text shown inline". Thanks for reopening and considering this. |
"errorLens.messageEnabled": false, |
To "finish" this issue: There is no "workbench.colorCustomizations": {
"errorLens.errorForeground": "#fff0",
"errorLens.warningForeground": "#fff0",
"errorLens.infoForeground": "#fff0",
"errorLens.hintForeground": "#fff0",
}, --> leaves colored line (background color) and the gutter. In my case the actual text was disabled because of #61 (looks like it will take a while for me to come back to this). Note: After applying either the color settings or |
I would like to just use the gutter icons AND the status bar message but disable the inline information.
I found these two issues, #59 and #15, but the solution suggested in both of those issues hides the status bar message as well as the inline information.
It would be great to be able to disable the inline information while still having the status bar messages
The text was updated successfully, but these errors were encountered: