mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
feat(lsp): add codeAction/resolve support (#15818)
Closes https://github.com/neovim/neovim/issues/15339 and https://github.com/neovim/neovim/issues/15828
This commit is contained in:
committed by
GitHub
parent
3507d58dfb
commit
ec4731d982
@@ -645,6 +645,10 @@ function protocol.make_client_capabilities()
|
||||
end)();
|
||||
};
|
||||
};
|
||||
dataSupport = true;
|
||||
resolveSupport = {
|
||||
properties = { 'edit', }
|
||||
};
|
||||
};
|
||||
completion = {
|
||||
dynamicRegistration = false;
|
||||
|
||||
Reference in New Issue
Block a user