mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 12:10:40 +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