emacs-lsp / lsp-pyright

lsp-mode :heart: pyright
https://emacs-lsp.github.io/lsp-pyright
GNU General Public License v3.0
284 stars 24 forks source link

Can lsp-pyright use python-lsp-server as an alternative backend? #61

Closed hongyi-zhao closed 2 years ago

hongyi-zhao commented 2 years ago

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 use python-lsp-server as an alternative backend?

Regards, HZ

seagle0128 commented 2 years ago

No. lsp-pyls and lsp-pylsp are built in lsp-mode.

hongyi-zhao commented 2 years ago

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.