diff options
| author | Maria José Solano <majosolano99@gmail.com> | 2025-03-06 00:21:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 08:21:47 +0000 |
| commit | 41b07b128ccbdc445c3a56618b0c6ec6ed0f3438 (patch) | |
| tree | 68a238a3973f489da9987d404204eca78b43b778 /runtime/doc | |
| parent | 0c0352783fca7e9c56cd5ca8253834fee77c9d59 (diff) | |
| download | rneovim-41b07b128ccbdc445c3a56618b0c6ec6ed0f3438.tar.gz rneovim-41b07b128ccbdc445c3a56618b0c6ec6ed0f3438.tar.bz2 rneovim-41b07b128ccbdc445c3a56618b0c6ec6ed0f3438.zip | |
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
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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/<name>.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 |