fix(lsp): enable additionalPropertiesSupport

This commit is contained in:
Yi Ming
2024-10-04 14:26:11 +08:00
committed by Mathias Fußenegger
parent b45c50f314
commit 305012ea07

View File

@ -562,7 +562,7 @@ function protocol.make_client_capabilities()
workDoneProgress = true, workDoneProgress = true,
showMessage = { showMessage = {
messageActionItem = { messageActionItem = {
additionalPropertiesSupport = false, additionalPropertiesSupport = true,
}, },
}, },
showDocument = { showDocument = {