We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
workspace.asRelativePath does not exist in the workspace object, i guess it got lost sometime with coc.nvim changes (https://github.com/neoclide/coc.nvim/blob/e3f91b5ed551ae95d1f5c3b75f557f188ad17b52/src/workspace.ts#L51)
workspace.asRelativePath
to reproduce:
public class Foo { }
Foo
coc-codeaction-refactor
move
The text was updated successfully, but these errors were encountered:
for reference, i call the action via keybind nmap <silent> <leader>m <Plug>(coc-codeaction-refactor)
nmap <silent> <leader>m <Plug>(coc-codeaction-refactor)
Sorry, something went wrong.
I can confirm it happens at my set up as well. coc.nvim 0.0.82 coc-java 1.15.2
Same issue occured on trying to execute the move action.
No branches or pull requests
workspace.asRelativePath
does not exist in the workspace object, i guess it got lost sometime with coc.nvim changes(https://github.com/neoclide/coc.nvim/blob/e3f91b5ed551ae95d1f5c3b75f557f188ad17b52/src/workspace.ts#L51)
to reproduce:
Foo
.coc-codeaction-refactor
move
The text was updated successfully, but these errors were encountered: