python-language-server
python-language-server copied to clipboard
An implementation of the Language Server Protocol for Python
``` 2021-06-08 16:35:25,856 UTC - INFO - pyls.python_ls - Starting PythonLanguageServer IO language server 2021-06-08 16:35:25,856 UTC - DEBUG - pyls_jsonrpc.endpoint - Handling request from client {'params': {'processId': 3768692, 'rootPath':...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
From several issues I gathered that the fork [`python-lsp-server`](https://github.com/python-lsp/python-lsp-server) was taking over, can someone confirm that it's official? And maybe add a message to the README to that effect?
The `_utils.merge_dicts` function does not handle list merges.
This is based on the previous work of @gatesn - Actions to import suggested modules based on the index of symbols of all available python modules (might be slow to...
Hi! I'm the maintainer of `pyls-memestra` and I'd like to add it here as a 3rd party plugin :) Please let me know if I should add this info somewhere...
I run pyls with python2 on debian10 like this "python2 -m pyls" When client send initialize, I received the error ContextualVersionConflict: (configparser 3.5.0b2 (/usr/lib/python2.7/dist-packages), Requirement.parse('configparser>=3.5; python_version < "3"'), set(['importlib-metadata'])) ...
Dear all, I am using pyls using JupyterLab, via the excellent and new https://github.com/krassowski/jupyterlab-lsp package. I do experience difficulties very similar to the one reported in https://github.com/palantir/python-language-server/issues/421 If I start...