Skip to content

bug: LSP workspace/executeClientCommand error when accepting LSP completion #399

@diego-velez

Description

@diego-velez

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 using blink.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 response
stack traceback:
        [builtin#36]: at 0x56195ad76ba0

Steps To Reproduce

  1. Get autocompletion window with LSP completion
  2. Accept autocompletion from LSP
  3. Receive error

Expected Behavior

  1. Get autocompletion window with LSP completion
  2. Accept autocompletion from LSP
  3. No error

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions