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
Allow the withResponse handler to idiomatically return an error (#396)
* Allow the withResponse handler to idiomatically return an error
An LSP response message can have either a result or an error
field. Expose this in the handler by having a return type
type ResponseBody resp = Either ResponseError resp
Closes#395
* Apply hint to use lambdacase
* Simplify, based on @ndmitchell review feedback.
* Remove ResponseBody by inlining it, fmap some results
0 commit comments