Releases: sublimelsp/LSP-pylsp
Releases · sublimelsp/LSP-pylsp
v2.2.4
Maintenance
- bump python-lsp-server[all] from 1.2.2 to 1.2.4 (#53)
v2.2.3
Maintenance
- bump python-lsp-server[all] from 1.2.1 to 1.2.2 (#51)
v2.2.2
Fix
- Don't pass empty object as "env_vars" (#50). Fixes crash on Windows when overriding the
pylsp.plugins.jedi.environment
setting.
Maintenance
- bump pylsp-mypy from 0.5.1 to 0.5.2 (#48)
v2.2.1
Maintenance
- bump python-lsp-server[all] from 1.2.0 to 1.2.1 #47
v2.2.0
Breaking changes:
mypy-ls
plugin renamed to pylsp-mypy
("enable" setting renamed from pylsp.plugins.mypy_ls.enabled
to pylsp.plugins.pylsp_mypy.enabled
)
Features:
Refactor:
- Use
pathsep
template variable for cross-platform compatibility (#44)
Readme
- add instructions for running alongside LSP-pyright (#38)
v2.1.0
Maintenace
- bump python-lsp-server[all] from 1.0.1 to 1.1.0 (#37) - adds support for
plugins.flake8.perFileIgnores
setting
- bump mypy-ls from 0.4.0 to 0.4.1 - adds support for
pylsp.plugins.mypy-ls.dmypy
setting
v2.0.3
Fix
- Don't override name as it breaks project overrides (#32)
v2.0.2
Fix
- Fix spelling of the setting that enables
mypy_ls
- Use correct configuration key for black formatter (#30)
- Rename
MYPY_PATH
env to MYPYPATH
(#27)
v2.0.1
Fix
- Replace "pyflakes" with "flake8" in "pylsp.configurationSources" (#26)
v2.0.0
Feature
- Switch out abandoned
pyls
with pylsp
and rename to LSP-pylsp
- Add package schema (#20)
- Add documentation for virtual environments (#24)