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
feat(lsp): Don't show clients with empty diagnostic content in hover
*Problem*:
LSP clients that produced no diagnostic results are being shown in the
diagnostics hover (e.g. the client name is shown with no results).
*Solution*:
This PR hides clients with no diagnostic content by default, with a
boolean option `keep_empty` added to retain the existing behaviour.
0 commit comments