pylspclient icon indicating copy to clipboard operation
pylspclient copied to clipboard

Publish new package to PyPI

Open usx95 opened this issue 4 years ago • 0 comments

Tried installing pylspclient

pip install pylspclient
Collecting pylspclient
  Using cached pylspclient-0.0.2-py3-none-any.whl (10 kB)
Installing collected packages: pylspclient
Successfully installed pylspclient-0.0.2

Ran examples/clangd.py Got:

Traceback (most recent call last):
  File "devtools/cymbal/indexer/run_code_completion.py", line 167, in <module>
    lsp_client.completion(
AttributeError: 'LspClient' object has no attribute 'completion'

Looks like the released package doesn't include newly added support for completion.

usx95 avatar Oct 12 '20 11:10 usx95