Releases: palantir/python-language-server
Releases · palantir/python-language-server
0.31.2
- Remove ujson dependency on Windows because it requires an MSVC compiler.
- Handle an AttributeError for Jedi completions.
For the full list of solved issues and merged PRs in this release, please see this page.
0.31.1
- Fix snippet parsing when a slash character is present.
- Prevent extra folding regions for iterables and flow nodes.
For the full list of solved issues and merged PRs in this release, please see this page.
0.31.0
- Disable Pylint plugin by default.
- Add Jedi support for extra paths and handling of different environments
- Use ujson instead of regular json
For the full list of solved issues and merged PRs in this release, please see this page.
0.30.0
- Add support for
textDocument/foldingRange
- Prevent goto definition for Python 3 builtins
For the full list of solved issues and merged PRs in this release, please see this page.
0.29.3
- Fix error when killing the server after parent process dies on Windows
For the full list of solved issues and merged PRs in this release, please see this page.
0.29.2
- Support again Jedi 0.14.1
- Use the flake8 command line utility instead of its internal API for the flake8 plugin.
For the full list of solved issues and merged PRs in this release, please see this page.
0.29.1
For the full list of solved issues and merged PRs in this release, please see this page.
0.29.0
- Support pyproject.toml for detecting source roots
- Split signature and docstring for on-hover response
- Shutdown TCP socket when parent process dies
- New plugin for Flake8, defaults to disabled
For the full list of solved issues and merged PRs in this release, please see this page.
0.28.3
- Fix parent process being killed on Windows when checking if it's alive.
- Enable parent process checking for TCP server.
For the full list of solved issues and merged PRs in this release, please see this page.
0.28.2
- Increase Jedi's minimal required version to 0.14.1. This solves several issues with Jedi 0.13.
For the full list of solved issues and merged PRs in this release, please see this page.