Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Releases: lukel97/lsp-test

0.13.0.0

14 Feb 03:17
55ae688
Compare
Choose a tag to compare
  • Add support for lsp-types-1.1 (@wz1000)
  • Automatically respond to workspace/applyEdit and
    window/workDoneProgress/create messages (@wz1000)

0.12.0.0

25 Jan 11:31
Compare
Choose a tag to compare
  • Add getIncompleteProgressSessions to track in ongoing progress sessions (@wz1000)

0.11.0.5

06 Sep 23:40
Compare
Choose a tag to compare

Handles CustomClientMethod properly

0.11.0.4

07 Aug 11:27
Compare
Choose a tag to compare
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

29 Dec 02:17
Compare
Choose a tag to compare

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

09 May 11:16
07287de
Compare
Choose a tag to compare
Merge pull request #36 from alanz/az-hie-bios

Adapt to new VirtualFile structure

0.5.1.3

23 Apr 18:10
Compare
Choose a tag to compare
  • Fix unhandled window/progress server notifications

Fix stray hGetLine exceptions

05 Dec 01:29
Compare
Choose a tag to compare
0.5.0.2

Bump to 0.5.0.2

lspConfig option and GHC 8.6.2 support

13 Nov 11:27
Compare
Choose a tag to compare

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

08 Sep 15:48
Compare
Choose a tag to compare
0.4.0.0

Bump to 0.4.0.0