Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a diagnostic, such as a compiler error or warning. Diagnostic objects are only valid in the scope of a file.

层级

  • Diagnostic

索引

Constructors(1)

Properties(7)

Constructors(1)

constructor

Properties(7)

range

range: Range

The range to which this diagnostic applies.

message

message: string

The human-readable message.

severity

The severity, default is error.

Optional source

source: string

A human-readable string describing the source of this diagnostic, e.g. 'typescript' or 'super lint'.

Optional code

code: string | number | { value: string | number; target: Uri }

A code or identifier for this diagnostic. Should be used for later processing, e.g. when providing code actions.

Optional relatedInformation

relatedInformation: DiagnosticRelatedInformation[]

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

Optional tags

Additional metadata about the diagnostic.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹