You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From your image, it seems like you are using ruff as the action backend (as defined in basedpyright_ruff multiserver configuration), not the basedpyright as the action backend.
For better debugging this issue, I only enabled
basedpyright
single language server.Example python code:
When I run
lsp-bridge-code-action
command onreverse
, it prompts me with this warning:lsp bridge log:
However, when I use
eglot
, I can see the code action list and execute them successfully. Here is the eglot log (beautified json):The text was updated successfully, but these errors were encountered: