mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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