Skip to content

lsp-devtools v0.2.0 - 2023-10-06

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 21:53
· 177 commits to develop since this release

v0.2.0 - 2023-10-06

Features

  • Experimental Add proof of concept lsp-devtools client command that builds on textual's TextArea widget to offer an interactive language server client. (#83)

Fixes

  • The lsp-devtools agent command no longer fails to exit once an LSP session closes. (#17)
  • lsp-devtools record no longer emits a ResourceWarning (#28)
  • As a consequence of the new architecture, commands like lsp-devtools record no longer miss the start of an LSP session (#29)
  • lsp-devtools agent no longer emits Unable to send data, no available transport! messages (#38)

Misc

  • The lsp-devtools agent now uses a TCP connection, which should make distribution easier (#37)

  • Drop Python 3.7 support (#77)

  • The lsp-devtools capabilities command has been removed in favour of lsp-devtools record

    The lsp-devtools tui command has been renamed to lsp-devtools inspect (#83)