mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 17:42:37 +00:00
feat(lsp): support version in textDocument/publishDiagnostics #36754
This commit makes it so that push diagnostics received for an outdated document version are ignored.
This commit is contained in:
@@ -560,6 +560,7 @@ 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