feat(lsp): handle disabled code actions (#34453)

This commit also makes it so that disabled code actions are not
displayed unless the trigger kind is "Invoked".
This commit is contained in:
Riley Bruins
2025-06-16 09:41:42 -07:00
committed by GitHub
parent 9f99bf48ea
commit 492ea28612
4 changed files with 93 additions and 12 deletions

View File

@@ -430,6 +430,7 @@ function protocol.make_client_capabilities()
resolveSupport = {
properties = { 'edit', 'command' },
},
disabledSupport = true,
},
codeLens = {
dynamicRegistration = false,