mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
fix(lsp): enable additionalPropertiesSupport
This commit is contained in:

committed by
Mathias Fußenegger

parent
b45c50f314
commit
305012ea07
@@ -562,7 +562,7 @@ function protocol.make_client_capabilities()
|
|||||||
workDoneProgress = true,
|
workDoneProgress = true,
|
||||||
showMessage = {
|
showMessage = {
|
||||||
messageActionItem = {
|
messageActionItem = {
|
||||||
additionalPropertiesSupport = false,
|
additionalPropertiesSupport = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
showDocument = {
|
showDocument = {
|
||||||
|
Reference in New Issue
Block a user