Skip to content

Commit b0fc6e8

Browse files
Apply suggestions from michaelpj
Co-authored-by: Michael Peyton Jones <[email protected]>
1 parent 98d34d9 commit b0fc6e8

File tree

1 file changed

+1
-0
lines changed
  • lsp-types/src/Language/LSP/Protocol/Message

1 file changed

+1
-0
lines changed

lsp-types/src/Language/LSP/Protocol/Message/Types.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ data TResponseMessage (m :: Method f Request) =
132132
TResponseMessage
133133
{ _jsonrpc :: Text
134134
, _id :: Maybe (LspId m)
135+
-- TODO: use `TResponseError m` for the error type, this will require quite a lot of adaptation downstream
135136
, _result :: Either ResponseError (MessageResult m)
136137
} deriving stock Generic
137138

0 commit comments

Comments
 (0)