mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
feat(lsp): add support for completionItem.command resolving
`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
This commit is contained in:

committed by
Mathias Fußenegger

parent
c091bc3b9a
commit
f20335a54c
@@ -458,6 +458,7 @@ function protocol.make_client_capabilities()
|
||||
resolveSupport = {
|
||||
properties = {
|
||||
'additionalTextEdits',
|
||||
'command',
|
||||
},
|
||||
},
|
||||
tagSupport = {
|
||||
|
Reference in New Issue
Block a user