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
I wanted to rename a function but it didn't work, I told me there was nothing to rename. But I have a keybinding that uses vim.lsp.buf_request with the "textDocument/rename" capability to rename symbols. As you can see that works.
That capability is used on your fallback legacy_rename.
Now the awk-language-server has 'renameProvider' so it might be a bug on their side. But I don't know how to isolate it.
The text was updated successfully, but these errors were encountered:
I wanted to rename a function but it didn't work, I told me there was nothing to rename. But I have a keybinding that uses
vim.lsp.buf_request
with the "textDocument/rename
" capability to rename symbols. As you can see that works.That capability is used on your fallback
legacy_rename
.Now the awk-language-server has
'renameProvider'
so it might be a bug on their side. But I don't know how to isolate it.The text was updated successfully, but these errors were encountered: