Open CsBigDataHub opened 3 years ago
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.