Releases: palantir/python-language-server
Releases · palantir/python-language-server
0.28.1
- Fix test failures in 0.28.0 with Jedi 0.13
For the full list of solved issues and merged PRs in this release, please see this page.
0.28.0
- Add support for Jedi 0.14.1+.
- Add support for multiple workspaces.
- Explicitly define our
TestDocumentSync
capabilities.
For the full list of solved issues and merged PRs in this release, please see this page.
0.27.0
- Avoid dependency on Jedi 0.14.0 because completions are broken with that version.
- Increase minimal Python 3 supported version to 3.5
- Add option to activate/deactivate Pylint linting
For the full list of solved issues and merged PRs in this release, please see this page.
0.26.1
- Include
.pylintrc
file in MANIFEST
0.26.0
- Allow pyls executable to be configurable in VSCode extension
- Exclude test packages from dist
- Default follow_imports to be true
- Improved caching of settings
- Respect snippetSupport from clientCapabilities
- Only generate completion tab stops for positional arguments
0.25.0
- Support for pylint
- Fixes built-in references
0.24.0
allow_reuse_address
when in TCP socket mode
- Small performance improvements
- Enable
follow_imports
and follow_builtin_imports
0.23.2
- Another attempt at fixing Circle publishing
0.23.0
- Bump Jedi dependency to 0.13.2
- Return insertion snippets for callables
[edit] Failed to publish
0.22.1
- Fix display of multi-line function signatures
[edit] Failed to publish