mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
feat(lsp): support diagnostic related information (#34474)
This commit is contained in:
@@ -349,6 +349,7 @@ function protocol.make_client_capabilities()
|
||||
valueSet = get_value_set(constants.DiagnosticTag),
|
||||
},
|
||||
dataSupport = true,
|
||||
relatedInformation = true,
|
||||
},
|
||||
inlayHint = {
|
||||
dynamicRegistration = true,
|
||||
@@ -540,6 +541,7 @@ function protocol.make_client_capabilities()
|
||||
honorsChangeAnnotations = true,
|
||||
},
|
||||
publishDiagnostics = {
|
||||
relatedInformation = true,
|
||||
tagSupport = {
|
||||
valueSet = get_value_set(constants.DiagnosticTag),
|
||||
},
|
||||
|
Reference in New Issue
Block a user