v2.2.0
Breaking changes:
mypy-ls
plugin renamed topylsp-mypy
("enable" setting renamed frompylsp.plugins.mypy_ls.enabled
topylsp.plugins.pylsp_mypy.enabled
)
Features:
- Bumps python-lsp-server[all] from 1.1.0 to 1.2.0 (Release notes, Changelog, Commits)
- Update (0.4.1 => 0.5.1) and rename (mypy-ls => pylsp-mypy) the mypy-ls plugin (#43)
Refactor:
- Use
pathsep
template variable for cross-platform compatibility (#44)
Readme
- add instructions for running alongside LSP-pyright (#38)