emacs-lsp / lsp-pyright

lsp-mode :heart: pyright
https://emacs-lsp.github.io/lsp-pyright
GNU General Public License v3.0
284 stars 24 forks source link

(🎁) Support basedpyright #92

Closed KotlinIsland closed 2 weeks ago

KotlinIsland commented 5 months ago

Basedpyright is a Pyright fork with many improvements and new features

Link: https://github.com/DetachHead/basedpyright

I would be awesome if this project could support Basedpyright

zipy124 commented 2 weeks ago

Basedpyright is a Pyright fork with many improvements and new features

Link: https://github.com/DetachHead/basedpyright

I would be awesome if this project could support Basedpyright

I've added a pull request to merge support, which could be enabled by using customize on the lsp-pyright-fork command to change from "pyright" to "basedpyright". In the meantime if you want to use it you can change your recipe to point to https://github.com/zipy124/lsp-basedpyright .

seagle0128 commented 2 weeks ago

Thanks to @zipy124 . We are working on the PR #101.

JohnDevlopment commented 2 weeks ago

I tried using it but I got this error: Unable to find installed server supporting this file. The following servers could be installed automatically:

Previously, I had been using pyright, but I recently changed the option to use basedpyright, hence this error.

seagle0128 commented 2 weeks ago

@JohnDevlopment You need to install basedpyright manually. See https://docs.basedpyright.com/#/installation.