Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork77
Closed
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.12.0-dev-494+g533cc0ab35
Operating system/version
Linux Debian
Describe the bug
When I accept the LSP completion (I'm usingblink.cmp) it accepts the completion fine, but I always get an error message.
vim.schedule callback: /usr/local/share/nvim/runtime/lua/vim/lsp/rpc.lua:348: method "workspace/executeClientCommand": either a result or an error must be sent to the server in responsestack traceback: [builtin#36]: at 0x56195ad76ba0Steps To Reproduce
- Get autocompletion window with LSP completion
- Accept autocompletion from LSP
- Receive error
Expected Behavior
- Get autocompletion window with LSP completion
- Accept autocompletion from LSP
- No error