GenLSP.Protocol.Structures.PublishDiagnosticsClientCapabilities (gen_lsp v0.0.1)

The publish diagnostic client capabilities.

properties

Properties

relatedInformation :: boolean

Whether the clients accepts diagnostics with related information.

tagSupport :: unimplemented doc type

Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.

@since 3.15.0

versionSupport :: boolean

Whether the client interprets the version property of the textDocument/publishDiagnostics notification's parameter.

@since 3.15.0

codeDescriptionSupport :: boolean

Client supports a codeDescription property

@since 3.16.0

dataSupport :: boolean

Whether code action supports the data property which is preserved between a textDocument/publishDiagnostics and textDocument/codeAction request.

@since 3.16.0