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
I'm currently using lsp#internal#diagnostics#state#_get_all_diagnostics_grouped_by_server_for_uri() function to read diagnostics in a custom feature, but this seems to be an internal api function. Is there a more convenient way to read diagnotics without using the internal functions ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently using
lsp#internal#diagnostics#state#_get_all_diagnostics_grouped_by_server_for_uri()
function to read diagnostics in a custom feature, but this seems to be an internal api function. Is there a more convenient way to read diagnotics without using the internal functions ?Beta Was this translation helpful? Give feedback.
All reactions