-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hi,
Given that Palantir removed all the community maintenance for both python-language-server (pyls) and python-jsonrpc-server (pyls_jsonrpc), we decided to create a separate organization that now maintains a community-based fork for the aforementioned packages, which can be found at: https://github.com/python-lsp/python-lsp-server and https://github.com/python-lsp/python-lsp-jsonrpc.
Our recommendation is to migrate this plugin to be compatible with the community server instead of the Palantir one. In order to do so, here is a migration guide that should help:
- The plugin should replace
python-language-serverbypython-lsp-serveron its requirements. - The
pylsnamespace is nowpylsp, which means that allpylsimports should be replaced bypylsp. - The
pyls_*hookspecs are nowpylsp_*hookspecs. - The plugin can preserve the
pyls_prefix on its namespace in order to prevent further administration and release issues that may arise from renaming it.
Feel free to ask any question about the migration process or about the new community organization for the server.
cultab, haplo, jinnovation and zetahernandez
Metadata
Metadata
Assignees
Labels
No labels