DiagnosticTag Enum

Definition

Diagnostic tag enum. Additional metadata about the type of a diagnostic

See the Language Server Protocol specification for additional information.

public enum class DiagnosticTag
public enum DiagnosticTag
type DiagnosticTag = 
Public Enum DiagnosticTag
Inheritance
DiagnosticTag

Fields

Deprecated 2

Deprecated or obsolete code. Clients are allowed to rendered diagnostics with this tag strike through.

Unnecessary 1

Unused or unnecessary code. Diagnostics with this tag are rendered faded out.

Applies to