lsp-pyright
lsp-pyright copied to clipboard
New python lsp support
The new python lsp is delance that hacked pylance and almost identical to Basedpyright.
url: https://www.npmjs.com/package/@delance/runtime
Does it work?
(setq lsp-pyright-langserver-command "delance")
No effect
No effect
Then it needs a new client, while not for lsp-pyright.
Do we need to create a new repo like Pylyzer? Or contribute directly to the main lsp-mode repo? 🤔
Is anyone familiar with delance cli and configurations? If it's simple, just merge to lsp-mode repo. If it's similar with lsp-pyright, merge to it. Otherwise carete a new repo.