This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
Releases: lukel97/lsp-test
Releases · lukel97/lsp-test
0.13.0.0
0.12.0.0
0.11.0.5
0.11.0.4
Start off on new version in didChanges from updateState When updateState processes a ReqApplyWorkspaceEdit and sends out didChange notifications, send the first edit from a new version, i.e. current version + 1, not the current version as was previously.
0.10.0.0
This release now accounts for messages received between the initialize
request and response.
Although most messages sent during this period are disallowed, some such as showMessage
are allowed. lsp-test will now handle these messages in the session, although it will throw an exception if the message received is not one of the allowed types.
0.5.2.2
0.5.1.3
Fix stray hGetLine exceptions
0.5.0.2 Bump to 0.5.0.2
lspConfig option and GHC 8.6.2 support
You can now specify an LSP config you want to send to the server at the start of the session for convenience.
Update to haskell-lsp-0.8.0.0
0.4.0.0 Bump to 0.4.0.0