mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
feat(lsp): support for resolving code action command (#32704)
* fix(lsp): don't call codeAction_resolve with commands * feat(lsp): support for resolving code action command
This commit is contained in:
committed by
GitHub
parent
0c0352783f
commit
41b07b128c
@@ -424,7 +424,7 @@ function protocol.make_client_capabilities()
|
||||
isPreferredSupport = true,
|
||||
dataSupport = true,
|
||||
resolveSupport = {
|
||||
properties = { 'edit' },
|
||||
properties = { 'edit', 'command' },
|
||||
},
|
||||
},
|
||||
codeLens = {
|
||||
|
||||
Reference in New Issue
Block a user