mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
fix(lsp): enable additionalPropertiesSupport
This commit is contained in:
parent
b45c50f314
commit
305012ea07
@ -562,7 +562,7 @@ function protocol.make_client_capabilities()
|
||||
workDoneProgress = true,
|
||||
showMessage = {
|
||||
messageActionItem = {
|
||||
additionalPropertiesSupport = false,
|
||||
additionalPropertiesSupport = true,
|
||||
},
|
||||
},
|
||||
showDocument = {
|
||||
|
Loading…
Reference in New Issue
Block a user