mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00

`command` was already resolved via a `completionItem/resolve` request but only if `additionalTextEdits` were also present, and the `resolveSupport` capability wasn't listed. Closes https://github.com/neovim/neovim/issues/32406