mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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,
|
||||
showMessage = {
|
||||
messageActionItem = {
|
||||
additionalPropertiesSupport = false,
|
||||
additionalPropertiesSupport = true,
|
||||
},
|
||||
},
|
||||
showDocument = {
|
||||
|
Reference in New Issue
Block a user