palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 281 forks source link

Is this package being deprecated? #935

Open arthurio opened 3 years ago

arthurio commented 3 years ago

From several issues I gathered that the fork python-lsp-server was taking over, can someone confirm that it's official? And maybe add a message to the README to that effect?

ccordoba12 commented 3 years ago

python-lsp-server is a fork created by the community because I was the maintainer of this repo but lost my write permissions several months ago. So, it's not something "official", it's just what we needed to do out of necessity.

There's no one around to merge PRs, so it's not possible to add a note to the Readme. But I don't know if the Palantir guys plan to support this project later on their own (I doubt that, but who knows).

arthurio commented 3 years ago

Thanks for the details and for keeping the project alive! ❤️

jdhao commented 2 years ago

For anyone coming here and also uses neovim, the support for pyls in nvim-lspconfig has been removed today, see detail here.

sisrfeng commented 1 year ago

for users of coc.nvim: instead of using this repo, just type: CocInstall @yaegassy/coc-pylsp.