mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
feat(lsp): workspace diagnostic support (#34262)
* refactor(lsp): remove underscore prefix from local variables * feat(lsp): workspace diagnostic support
This commit is contained in:

committed by
GitHub

parent
d75ffa5934
commit
cb4559bc32
@@ -566,6 +566,9 @@ function protocol.make_client_capabilities()
|
||||
inlayHint = {
|
||||
refreshSupport = true,
|
||||
},
|
||||
workspace = {
|
||||
refreshSupport = false,
|
||||
},
|
||||
},
|
||||
experimental = nil,
|
||||
window = {
|
||||
|
Reference in New Issue
Block a user