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:
Maria José Solano
2025-03-06 00:21:47 -08:00
committed by GitHub
parent 0c0352783f
commit 41b07b128c
5 changed files with 66 additions and 8 deletions

View File

@@ -424,7 +424,7 @@ function protocol.make_client_capabilities()
isPreferredSupport = true,
dataSupport = true,
resolveSupport = {
properties = { 'edit' },
properties = { 'edit', 'command' },
},
},
codeLens = {