The publish diagnostic client capabilities.

Fields

@:optionaloptionalversionSupport:Null<Bool>

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

Available since

3.15.0

.

@:optionaloptionaltagSupport:Null<{valueSet:Array<DiagnosticTag>}>

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

Available since

3.15.0

.

@:optionaloptionalrelatedInformation:Null<Bool>

Whether the clients accepts diagnostics with related information.

@:optionaloptionaldataSupport:Null<Bool>

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

Available since

3.16.0

.

@:optionaloptionalcodeDescriptionSupport:Null<Bool>

Client supports a codeDescription property

Available since

3.16.0

.