fix(lsp): use correct workspace.diagnostics capability key (#35937)

This commit is contained in:
Maria Solano
2025-09-27 13:40:52 -07:00
committed by GitHub
parent 6063ecb649
commit 5fbc5ab810

View File

@@ -607,7 +607,7 @@ function protocol.make_client_capabilities()
inlayHint = {
refreshSupport = true,
},
workspace = {
diagnostics = {
refreshSupport = false,
},
},