mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 17:24:18 +00:00
feat(lsp): support diagnostic refresh request
This commit is contained in:
@@ -609,7 +609,7 @@ function protocol.make_client_capabilities()
|
||||
refreshSupport = true,
|
||||
},
|
||||
diagnostics = {
|
||||
refreshSupport = false,
|
||||
refreshSupport = true,
|
||||
},
|
||||
},
|
||||
experimental = nil,
|
||||
|
||||
Reference in New Issue
Block a user