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.
2 parents 67a1683 + 08cc03a commit 7e6f9eaCopy full SHA for 7e6f9ea
lsp-test/src/Language/LSP/Test/Exceptions.hs
@@ -48,7 +48,7 @@ instance Show SessionException where
48
show UnexpectedDiagnostics = "Unexpectedly received diagnostics from the server."
49
show (IncorrectApplyEditRequest msgStr) = "ApplyEditRequest didn't contain document, instead received:\n"
50
++ msgStr
51
- show (UnexpectedResponseError lid e) = "Received an exepected error in a response for id " ++ show lid ++ ":\n"
+ show (UnexpectedResponseError lid e) = "Received an expected error in a response for id " ++ show lid ++ ":\n"
52
++ show e
53
show UnexpectedServerTermination = "Language server unexpectedly terminated"
54
show (IllegalInitSequenceMessage msg) =
0 commit comments