Closed hongyi-zhao closed 3 years ago
No. lsp-pyls
and lsp-pylsp
are built in lsp-mode
.
Thank you for your comment. I also noticed the relevant comment here. It seems that, for the time being, lsp-pyls
has been replaced by lsp-pylsp
, and remains there only as a backup server with a warning of deprecation. So, the lsp-pylsp
is the correct lsp-client-package
corresponding to python-lsp-server.
I noticed that python-lsp-server is a Python 3.6+ implementation of the Language Server Protocol. I want to know if
lsp-pyright
can usepython-lsp-server
as an alternative backend?Regards, HZ