mirror of
https://github.com/neovim/neovim.git
synced 2026-06-08 04:54:25 +00:00
This reverts commit 03d6cf7aae.
See https://github.com/neovim/neovim/pull/36754#issuecomment-3626115697
The change was supposed to avoid showing stale diagnostics but had the
opposite effect.
This commit is contained in:
committed by
GitHub
parent
23f4fab0bd
commit
c5d4050586
@@ -559,7 +559,6 @@ function protocol.make_client_capabilities()
|
||||
valueSet = get_value_set(constants.DiagnosticTag),
|
||||
},
|
||||
dataSupport = true,
|
||||
versionSupport = true,
|
||||
},
|
||||
callHierarchy = {
|
||||
dynamicRegistration = false,
|
||||
|
||||
Reference in New Issue
Block a user