-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Code Action: Extract Interface (Produces Error) #152
Comments
Hey @JorgeHerreraU. |
Hi @razzmatazz
|
Can confirm with emacs/eglot |
Should be fixed with this commit: f6b7138 |
0.13.0 has been released that contains a fix for this issue: |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hello
Attempting to extract interface from Foo produces "nil" value error
Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/buf.lua:642: attempt to index local 'action' (a nil value) stack traceback: /usr/share/nvim/runtime/lua/vim/lsp/buf.lua:642: in function 'apply_action' /usr/share/nvim/runtime/lua/vim/lsp/buf.lua:697: in function 'handler' /usr/share/nvim/runtime/lua/vim/lsp.lua:1393: in function '' vim/_editor.lua: in function <vim/_editor.lua:0>
The text was updated successfully, but these errors were encountered: