Closed
Description
Unfortunately, pyls (https://github.com/palantir/python-language-server) has been abandoned.
Fortunately however, several members of the community have stepped up to collaborate on a fork (https://github.com/python-lsp/python-lsp-server). However, this plugin currently doesn't work with the new fork of the language server unless you manually rename pylsp to pyls in your site-packages after installing python-lsp-server, or you set up symlinks, or something similar.
Could we just get a setting that defaults to pyls which lets us configure the module name or exe path of the language server? That should be pretty simple and would solve this problem.