Skip to content
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

Use community-maintained Python language server #14

Closed
jinnovation opened this issue May 14, 2021 · 1 comment
Closed

Use community-maintained Python language server #14

jinnovation opened this issue May 14, 2021 · 1 comment

Comments

@jinnovation
Copy link
Owner

The Palantir Python language server is unmaintained now (palantir/python-language-server#935) and work has shifted over to a community-maintained fork at https://github.com/python-lsp/python-lsp-server.

Once work concludes on their end to have plugins, e.g. for mypy and flake8, either update to support the new python-lsp-server or fork in order to do so (python-lsp/python-lsp-server#27), it'll be time for me to update my own config accordingly to purge all remnants of the former lang server.

At minimum, I'll need the following plugins:

  • pyls-black
  • pyls-isort
  • pyls-mypy
@jinnovation
Copy link
Owner Author

All three of the cited plugins have now been updated w/ support for python-lsp-server. Nothing else blocking migration, as far as I can tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant