pytest-lsp v0.4.0 - 2023-11-13
·
234 commits
to develop
since this release
v0.4.0 - 2023-11-13
Features
- The test
LanguageClientnow supportsworkspace/configurationrequests (#90) - pytest-lsp's
LanguageClientis now able to handlewindow/workDoneProgress/createrequests. (#91) pytest-lspis now able to integrate withlsp-devtools, runpytestwith the--lsp-devtoolsflag to enable the integration. (#97)
Enhancements
- It is now possible to select a specific version of a client when using the
client_capabilities()function.
e.g.client-name@latest,client-name@v2or[email protected].pytest-lspwill choose the latest available version of the client that satisfies the given constraint. (#101)