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
Recently I stumbled upon an issue where I was unable to catch error codes from the LSP Server. If the client?.sendRequest fails, it returns an Error object. The Error here has the following interface:
Thus I am unable to catch any error code which I sent from the LSP server. If anyone knows a workaround for this I would be greatful, but nevertheless it could be a nice improvement to include the Error code in the interface.
The text was updated successfully, but these errors were encountered:
Recently I stumbled upon an issue where I was unable to catch error codes from the LSP Server. If the
client?.sendRequest
fails, it returns anError
object. TheError
here has the following interface:Thus I am unable to catch any error code which I sent from the LSP server. If anyone knows a workaround for this I would be greatful, but nevertheless it could be a nice improvement to include the Error code in the interface.
The text was updated successfully, but these errors were encountered: