You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If such command is added it shouldn't hide the diagnostic symbols, but rather only hide the inline diagnostics or the overlay diagnostics (default action)
the reason why, is because gutter symbols are not intrusive. I may want to disable diagnostics for some time to avoid them getting in the way, but still having the information that there are errors on those lines is useful
This has been a commonly asked feature and currently there isn't a way to completely disable them as far as I can tell (or it isn't obvious to me). It should be fairly straightforward from what I can tell from https://github.com/helix-editor/helix/blob/master/helix-term/src/ui/editor.rs
The text was updated successfully, but these errors were encountered: