Skip to content

Python LSP Server v1.9.0

Compare
Choose a tag to compare
@ccordoba12 ccordoba12 released this 06 Nov 21:59
· 36 commits to develop since this release
4428a65

Major release of python-lsp-server with the following new features and changes:

  • Support initializationOptions to configure the server.
  • Add code completions to the autoimport plugin.
  • Add support for Pylint 3.
  • Pass extendIgnore argument to Flake8.
  • Add new pylsp_workspace_configuration_changed hookspec so that plugins can react when client sends a configuration change to the server.