diff options
author | David Hotham <david.hotham@blueyonder.co.uk> | 2022-10-16 23:24:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 15:24:39 -0700 |
commit | 8f31a730c0dd76180648ba3b7c94aa5d059432e5 (patch) | |
tree | d27f9806105583dae335a35a65a216a29c5f7eb1 /runtime/lua/man.lua | |
parent | 935e1ca743abb4fce1effef063e5645f3df88119 (diff) | |
download | rneovim-8f31a730c0dd76180648ba3b7c94aa5d059432e5.tar.gz rneovim-8f31a730c0dd76180648ba3b7c94aa5d059432e5.tar.bz2 rneovim-8f31a730c0dd76180648ba3b7c94aa5d059432e5.zip |
fix(lsp): reporting bogus capabilities in CodeActionKind #20678
Problem:
LSP client provides bogus capabilities in CodeActionKind.
LSP logs show this in the "initialize" message:
codeActionKind = { valueSet = { "Empty", "QuickFix",
"Refactor", "RefactorExtract", "RefactorInline", "RefactorRewrite",
"Source", "SourceOrganizeImports", "", "quickfix", "refactor",
"refactor.extract", "refactor.inline", "refactor.rewrite", "source",
"source.organizeImports" }
Solution:
Only the values from the CodeActionKind table should be presented, not also the
keys.
fix #20657
Diffstat (limited to 'runtime/lua/man.lua')
0 files changed, 0 insertions, 0 deletions