Releases: palantir/python-language-server
Releases · palantir/python-language-server
0.4.2
- Fixes many bugs when running on Windows
- Fixes hanging when running on Windows
0.4.1
- Fixes a bug in incremental text document sync where changes are inserted at the end of a non-empty document
0.4.0
- Support rootUri, falling back to rootPath in the initialise parameters.
- Better support for Windows paths in document URIs.
0.3.0
Adds signature help as a default plugin.
0.2.4
Fix a bug in urlunquoting where reserved url characters could impact the uri
0.2.3
Fixes url encoded workspace URIs
0.2.2
- Fixes range_format and document_symbols calls
0.1.2
- Fixes Signature help that was previously using incorrect field names.
- Adds comma as a trigger for signature help
- Fixes for TCP-based language-server.
0.1.1
- Support for python projects below the workspace root
- Configurable logging and higher default logging levels
- Support for batched jsonrpc requests