Releases: swyddfa/lsp-devtools
Releases · swyddfa/lsp-devtools
Pytest LSP v0.1.3 - 2022-10-15
15 Oct 09:51
Compare
Sorry, something went wrong.
No results found
v0.1.3 - 2022-10-15
Fixes
Check that server provided for testing doesn't crash within the first 0.1 seconds
Return INITIALIZE response from ClientServer.start(). This allows tests to assert against the server's INITIALIZE response without resending the INITIALIZE request in the actual test. (#22 )
Pytest LSP v0.1.2 - 2022-07-18
18 Jul 22:54
Compare
Sorry, something went wrong.
No results found
v0.1.2 - 2022-07-18
Enhancements
Add helpers for textDocument/implementation requests (#15 )
Pytest LSP v0.1.1 - 2022-07-17
17 Jul 15:48
Compare
Sorry, something went wrong.
No results found
v0.1.1 - 2022-07-17
Misc
Remove upper bound on required pygls version (#14 )
LSP Devtools v0.0.3 - 2022-07-17
17 Jul 15:48
Compare
Sorry, something went wrong.
No results found
v0.0.3 - 2022-07-17
Misc
Remove upper bound on required pygls version (#14 )
Pytest LSP v0.1.0 - 2022-07-02
02 Jul 17:53
Compare
Sorry, something went wrong.
No results found
v0.1.0 - 2022-07-02
Features
Any window/logMessage messages emitted by a server under test are now captured and reported alongside any test failures (#5 )
Enhancements
For currently implemented lsp request helpers, the test client now supports all valid return types. (#11 )
Fixes
The test client now correctly handles null responses. (#9 )
Pytest LSP v0.0.7 - 2022-05-26
26 May 21:27
Compare
Sorry, something went wrong.
No results found
v0.0.7 - 2022-05-26
Enhancements
Add helpers for textDocument/hover requests. (#8 )
LSP Devtools v0.0.2 - 2022-05-06
06 May 20:43
Compare
Sorry, something went wrong.
No results found
v0.0.2 - 2022-05-06
Fixes
LSP Devtools v0.0.1 - 2022-04-29
29 Apr 00:05
Compare
Sorry, something went wrong.
No results found
Pytest LSP v0.0.6 - 2022-04-18
18 Apr 19:09
Compare
Sorry, something went wrong.
No results found
v0.0.6 - 2022-04-18
Enhancements
Added helpers for textDocument/documentLink requests. (#4 )
Pytest LSP v0.0.5 - 2022-04-02
02 Apr 17:05
Compare
Sorry, something went wrong.
No results found
v0.0.5 - 2022-04-02
Fixes
The plugin should now work on Python v3.6+ (#1 )