Releases: palantir/python-language-server
Releases · palantir/python-language-server
0.22.0
- Include tests in the source distribution
- Support completions for
@property
methods
0.21.6
- Fix YAPF formatting configuration
0.21.5
- Upgrade for the python-jsonrpc-server package rename
0.21.4
- Do not pass
enabled
kwarg to Jedi's goto_assignments
0.21.3
- 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
- Fix a bug in the way we monitor the parent process pid
0.21.1
- Increase JSON RPC max worker threads to 64
0.21.0
- Exit when the client pid no longer exists
0.20.0
- 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
- Support document highlights
- Allow running as
python -m pyls
- Report correct range from
workspace/rename
- Fix pycodestyle import error