Skip to content

Send command only to server from which the codeAction came #41

@entropitor

Description

@entropitor

When we apply a codeAction, we send the command to all servers attached to the buffer, even the ones that didn't report the codeAction:
https://github.com/RishabhRD/nvim-lsputils/blob/master/lua/lsputil/actions.lua#L113-L116

It would be nice if we can fix this to only send it to the server from which the codeAction came such that we don't get error messages from servers saying "we don't know this command, what are you asking me?"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions