Diagnostic$Typings extension

on

Properties

code Object

Available on Diagnostic, provided by the Diagnostic$Typings extension

A code or identifier for this diagnostic. Should be used for later processing, e.g. when providing {@link CodeActionContext code actions}.
getter/setter pair
message String

Available on Diagnostic, provided by the Diagnostic$Typings extension

The human-readable message.
getter/setter pair
range Range

Available on Diagnostic, provided by the Diagnostic$Typings extension

The range to which this diagnostic applies.
getter/setter pair
relatedInformation List<DiagnosticRelatedInformation>

Available on Diagnostic, provided by the Diagnostic$Typings extension

An array of related diagnostic information, e.g. when symbol-names within a scope collide all definitions can be marked via this property.
getter/setter pair
severity DiagnosticSeverity

Available on Diagnostic, provided by the Diagnostic$Typings extension

The severity, default is {@link DiagnosticSeverity.Error error}.
getter/setter pair
source String

Available on Diagnostic, provided by the Diagnostic$Typings extension

A human-readable string describing the source of this diagnostic, e.g. 'typescript' or 'super lint'.
getter/setter pair
tags List<DiagnosticTag>

Available on Diagnostic, provided by the Diagnostic$Typings extension

Additional metadata about the diagnostic.
getter/setter pair