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
fix(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 in the hover summary.
0 commit comments