mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(lsp): correct diagnostic data support and related info capabilities (#34454)
This commit is contained in:
@ -344,6 +344,7 @@ function protocol.make_client_capabilities()
|
||||
tagSupport = {
|
||||
valueSet = get_value_set(constants.DiagnosticTag),
|
||||
},
|
||||
dataSupport = true,
|
||||
},
|
||||
inlayHint = {
|
||||
dynamicRegistration = true,
|
||||
@ -527,7 +528,6 @@ function protocol.make_client_capabilities()
|
||||
prepareSupport = true,
|
||||
},
|
||||
publishDiagnostics = {
|
||||
relatedInformation = true,
|
||||
tagSupport = {
|
||||
valueSet = get_value_set(constants.DiagnosticTag),
|
||||
},
|
||||
|
Reference in New Issue
Block a user