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
Currently, errors during LSP services (e.g. go to definition, outline computation) can only be shown to the user via logs. While designing the API for renaming #651, the question arose whether a more generic mechanism could be useful for other LSP services.
Maybe a specific exception, that than can be unwrapped to put the diagnostics in the editor