You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions in the README on PyPI, which says:
Installing these plugins will add extra functionality to the language server:
pyls-mypy Mypy type checking for Python 3
After installing pyls-mypy, it pulls in python-language-server (instead of using python-lsp-server) and downgrades jedi. This can confuse many people. Just by accident, I also read the README here on github, which instead says:
Installing these plugins will add extra functionality to the language server:
mypy-ls: MyPy type checking for Python 3.
which correctly uses python-lsp-server.
I guess there will be even more differences than the one mentioned. It might be a good idea to update the README on PyPI?
The text was updated successfully, but these errors were encountered:
Hey @kparal, thanks for reporting. This was fixed in PR #32 and the Readme will be fixed once we upload a new version to PyPI (which will happen soon).
I followed the instructions in the README on PyPI, which says:
After installing
pyls-mypy
, it pulls inpython-language-server
(instead of usingpython-lsp-server
) and downgradesjedi
. This can confuse many people. Just by accident, I also read the README here on github, which instead says:which correctly uses
python-lsp-server
.I guess there will be even more differences than the one mentioned. It might be a good idea to update the README on PyPI?
The text was updated successfully, but these errors were encountered: