Skip to content

Releases: sublimelsp/LSP-pylsp

v2.2.4

27 Oct 11:38
a792d9c
Compare
Choose a tag to compare

Maintenance

  • bump python-lsp-server[all] from 1.2.2 to 1.2.4 (#53)

v2.2.3

04 Sep 20:20
1fcabf8
Compare
Choose a tag to compare

Maintenance

  • bump python-lsp-server[all] from 1.2.1 to 1.2.2 (#51)

v2.2.2

23 Aug 11:28
15d01c5
Compare
Choose a tag to compare

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

05 Aug 12:24
24d1d9a
Compare
Choose a tag to compare

Maintenance

  • bump python-lsp-server[all] from 1.2.0 to 1.2.1 #47

v2.2.0

02 Aug 22:40
bd99959
Compare
Choose a tag to compare

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

02 Jul 20:30
Compare
Choose a tag to compare

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

03 Jun 12:26
747e86e
Compare
Choose a tag to compare

Fix

  • Don't override name as it breaks project overrides (#32)

v2.0.2

01 Jun 17:59
Compare
Choose a tag to compare

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

29 May 09:09
a2bc35d
Compare
Choose a tag to compare

Fix

  • Replace "pyflakes" with "flake8" in "pylsp.configurationSources" (#26)

v2.0.0

27 May 21:44
81fabfe
Compare
Choose a tag to compare

Feature

  • Switch out abandoned pyls with pylsp and rename to LSP-pylsp
  • Add package schema (#20)
  • Add documentation for virtual environments (#24)