14
0

Accepting request 910377 from home:bnavigator:branches:devel:languages:python:numeric

- Update to version 1.2.1
  * Implement completion item resolve requests for faster
    completions.
  * Initialize workspaces from the initialize request.
  * Catch errors when getting docstrings on _resolve_completion

OBS-URL: https://build.opensuse.org/request/show/910377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=3
This commit is contained in:
2021-08-05 23:41:14 +00:00
committed by Git OBS Bridge
parent 739d4c2ead
commit 6516f6efe9
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Aug 5 20:18:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 1.2.1
* Implement completion item resolve requests for faster
completions.
* Initialize workspaces from the initialize request.
* Catch errors when getting docstrings on _resolve_completion
-------------------------------------------------------------------
Tue Jul 13 12:36:35 UTC 2021 - Ben Greiner <code@bnavigator.de>