mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +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 = {
|
||||
refreshSupport = true,
|
||||
},
|
||||
workspace = {
|
||||
diagnostics = {
|
||||
refreshSupport = false,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user