-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(🎁) Support basedpyright #92
Comments
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 . |
I tried using it but I got this error: Previously, I had been using pyright, but I recently changed the option to use basedpyright, hence this error. |
@JohnDevlopment You need to install |
I didn't see any documentation covering this, so I'm leaving a snippet for anyone figuring this out like I did: (use-package lsp-pyright
:ensure t
:custom
(lsp-pyright-langserver-command "basedpyright")
:hook (python-base-mode . (lambda ()
(require 'lsp-pyright)
(lsp)))) ; or lsp-deferred |
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
The text was updated successfully, but these errors were encountered: