From 41b07b128ccbdc445c3a56618b0c6ec6ed0f3438 Mon Sep 17 00:00:00 2001 From: Maria José Solano Date: Thu, 6 Mar 2025 00:21:47 -0800 Subject: 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 --- runtime/doc/news.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc') diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 4667af906f..1b9c3a463f 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -309,6 +309,8 @@ LSP • |vim.lsp.config()| has been added to define default configurations for servers. In addition, configurations can be specified in `lsp/.lua`. • |vim.lsp.enable()| has been added to enable servers. +• |vim.lsp.buf.code_action()| resolves the `command` property during the + `codeAction/resolve` request. LUA -- cgit