Skip to content

Python LSP Server v1.5.0

Compare
Choose a tag to compare
@ccordoba12 ccordoba12 released this 11 Jul 02:24
· 116 commits to develop since this release
6c767f5

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

  • Add DiagnosticTag tags for Pylint, Pycodestyle, and Flake8 plugins.
  • Add support to connect to the server through websockets.
  • Allow multiple per-file-ignores for the same pattern in Flake8 plugin.
  • Parse YAPF diffs into TextEdits.
  • Add support for LSP formatting options parameter.