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?"
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?"