mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
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:
@@ -430,6 +430,7 @@ function protocol.make_client_capabilities()
|
||||
resolveSupport = {
|
||||
properties = { 'edit', 'command' },
|
||||
},
|
||||
disabledSupport = true,
|
||||
},
|
||||
codeLens = {
|
||||
dynamicRegistration = false,
|
||||
|
Reference in New Issue
Block a user