Releases: palantir/python-language-server
Releases · palantir/python-language-server
0.22.0
21 Jan 23:41
Compare
Sorry, something went wrong.
No results found
Include tests in the source distribution
Support completions for @property methods
0.21.6
19 Jan 13:05
Compare
Sorry, something went wrong.
No results found
Fix YAPF formatting configuration
0.21.5
08 Jan 22:56
Compare
Sorry, something went wrong.
No results found
Upgrade for the python-jsonrpc-server package rename
0.21.4
03 Dec 09:35
Compare
Sorry, something went wrong.
No results found
Do not pass enabled kwarg to Jedi's goto_assignments
0.21.3
23 Nov 12:59
Compare
Sorry, something went wrong.
No results found
Respect option follow_imports in goto_assignments call (#404 )
Fix a typo in setup.py (#448 )
Make checking parent process aliveness behind a flag (#455 )
0.21.2
06 Sep 18:08
Compare
Sorry, something went wrong.
No results found
Fix a bug in the way we monitor the parent process pid
0.21.1
06 Sep 17:18
Compare
Sorry, something went wrong.
No results found
Increase JSON RPC max worker threads to 64
0.21.0
28 Aug 19:25
Compare
Sorry, something went wrong.
No results found
Exit when the client pid no longer exists
0.20.0
27 Aug 07:06
Compare
Sorry, something went wrong.
No results found
Preloaded modules are now configurable with the pyls.plugins.preload.modules configuration option
Pyls will now not pass unicode string to pyflakes (which previously caused errors)
Pull out the pyls jsonrpc module into its own package https://pypi.org/project/python-jsonrpc-server/
Use .get_cached_default_environment from Jedi to prevent lots of subprocess spawning
Include the LICENSE file in the source distribution
0.19.0
01 Jun 10:35
Compare
Sorry, something went wrong.
No results found
Support document highlights
Allow running as python -m pyls
Report correct range from workspace/rename
Fix pycodestyle import error