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
Are you trying to rename a file or a class/variable/function/etc. in Python code?
lsp-rename for Python code works for me, but I get an error "The connected server(s) doesn't support renaming" when calling lsp-rename on a file in dired.
Not sure if this is a language server issue or lsp-pyright issue.
lsp-rename
works withpylsp
language server but notpyright
pyright version 1.1.187
lsp-mode 20211115.807
update - tested it with eglot aswell but I had the same issue there, eglot think the rename is successful but it was not.
The text was updated successfully, but these errors were encountered: