emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
241 stars 34 forks source link

Switch out unmaintained Palantir Python LS for maintained fork #64

Closed jinnovation closed 1 year ago

jinnovation commented 1 year ago

Closes #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).

factyy commented 1 year ago

Looks ok to me

factyy commented 1 year ago

@jinnovation , thank you for this PR! :)

jinnovation commented 1 year ago

@factyy happy to contribute. Do let me/us know when you get a chance to publish a new version of the emacslsp/lsp-docker-langservers image w/ these changes. 👍

factyy commented 1 year ago

@yyoncho , looks like we need your superpowers now