Skip to content

Releases: palantir/python-language-server

0.4.2

21 Aug 14:56
Compare
Choose a tag to compare
  • Fixes many bugs when running on Windows
  • Fixes hanging when running on Windows

0.4.1

10 Aug 13:57
Compare
Choose a tag to compare
  • Fixes a bug in incremental text document sync where changes are inserted at the end of a non-empty document

0.4.0

07 Aug 21:18
Compare
Choose a tag to compare
  • Support rootUri, falling back to rootPath in the initialise parameters.
  • Better support for Windows paths in document URIs.

0.3.0

26 Jul 15:19
Compare
Choose a tag to compare

Adds signature help as a default plugin.

0.2.4

26 Jul 06:55
Compare
Choose a tag to compare

Fix a bug in urlunquoting where reserved url characters could impact the uri

0.2.3

26 Jul 06:40
Compare
Choose a tag to compare

Fixes url encoded workspace URIs

0.2.2

07 Jul 21:38
Compare
Choose a tag to compare
  • Fixes range_format and document_symbols calls

0.2.1

23 Jun 01:51
Compare
Choose a tag to compare
Check not dirty

0.1.2

10 May 15:46
Compare
Choose a tag to compare
  • 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

29 Mar 22:29
Compare
Choose a tag to compare
  • Support for python projects below the workspace root
  • Configurable logging and higher default logging levels
  • Support for batched jsonrpc requests