Skip to content

Python LSP Server v1.7.0

Compare
Choose a tag to compare
@ccordoba12 ccordoba12 released this 29 Dec 20:00
· 79 commits to develop since this release
2b3ac73

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

  • Add a new plugin to provide autoimport functionality (disabled by default).
  • Add progress reporting.
  • Make jedi_definition plugin follow definitions to pyi files.
  • Add support for flake8 version 6.
  • Add support for Yapf ignore patterns.
  • Add mccabe setting to flake8 plugin.