Releases: palantir/python-language-server
Releases · palantir/python-language-server
0.31.2
02 Dec 17:21
Compare
Sorry, something went wrong.
No results found
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
20 Nov 05:35
Compare
Sorry, something went wrong.
No results found
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
17 Nov 23:51
Compare
Sorry, something went wrong.
No results found
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
01 Nov 11:27
Compare
Sorry, something went wrong.
No results found
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
28 Oct 17:36
Compare
Sorry, something went wrong.
No results found
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
28 Oct 03:45
Compare
Sorry, something went wrong.
No results found
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
14 Oct 15:34
Compare
Sorry, something went wrong.
No results found
For the full list of solved issues and merged PRs in this release, please see this page .
0.29.0
12 Oct 09:14
Compare
Sorry, something went wrong.
No results found
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
03 Sep 19:18
Compare
Sorry, something went wrong.
No results found
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
25 Aug 12:04
Compare
Sorry, something went wrong.
No results found
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 .