We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d34d9 commit b0fc6e8Copy full SHA for b0fc6e8
lsp-types/src/Language/LSP/Protocol/Message/Types.hs
@@ -132,6 +132,7 @@ data TResponseMessage (m :: Method f Request) =
132
TResponseMessage
133
{ _jsonrpc :: Text
134
, _id :: Maybe (LspId m)
135
+ -- TODO: use `TResponseError m` for the error type, this will require quite a lot of adaptation downstream
136
, _result :: Either ResponseError (MessageResult m)
137
} deriving stock Generic
138
0 commit comments