mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
fix(lsp): use correct workspace.diagnostics
capability key (#35937)
This commit is contained in:
@@ -607,7 +607,7 @@ function protocol.make_client_capabilities()
|
|||||||
inlayHint = {
|
inlayHint = {
|
||||||
refreshSupport = true,
|
refreshSupport = true,
|
||||||
},
|
},
|
||||||
workspace = {
|
diagnostics = {
|
||||||
refreshSupport = false,
|
refreshSupport = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user