Skip to content

Pytest LSP v0.2.0 - 2023-01-10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 23:18
· 0 commits to c77ef6432b8aec7c597be799a221863eb409e0db since this release

v0.2.0 - 2023-01-10

Features

  • The LanguageClient now exposes methods covering the full LSP spec thanks to autogenerating its client from type definitions provided by lsprotocol (#25)

Misc

  • Support for Python 3.6 has been dropped.

    Support for Python 3.11 has been added.

    Upgraded to pygls 1.0. (#25)