-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this package being deprecated? #935
Comments
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). |
Thanks for the details and for keeping the project alive! ❤️ |
palantir/python-language-server was forked upstream [1] to python-lsp/python-lsp-server and is not updated any more. [1] palantir/python-language-server#935
For anyone coming here and also uses neovim, the support for pyls in nvim-lspconfig has been removed today, see detail here. |
It seems that pyls, the original python language server has lost its momentum, and pylsp is a community driven fork of pyls. So nvim-lspconfig has dropped support for pyls in neovim/nvim-lspconfig#1074. See also palantir/python-language-server#935 and python-lsp/python-lsp-server#27.
The maintainer left Palantir org by the sounds of it; so just forked and kept maintaining the project under a new org, nobody else at Palantir taken it up: palantir/python-language-server#935
The maintainer left Palantir org by the sounds of it; so just forked and kept maintaining the project under a new org, nobody else at Palantir taken it up: palantir/python-language-server#935
The maintainer left Palantir org by the sounds of it; so just forked and kept maintaining the project under a new org, nobody else at Palantir taken it up: palantir/python-language-server#935
for users of coc.nvim: |
Closes emacs-lsp#47. The "original" Python language server, `python-language-server` -- originally authored by Palantir -- is no longer maintained; see palantir/python-language-server#935, as well as the fact that there's been no development activity since 2020. This PR updates all references to point to the community-forked `python-lsp-server` (https://github.com/python-lsp/python-lsp-server).
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?The text was updated successfully, but these errors were encountered: