Click or drag to resize
DiagnosticSeverity Enumeration
A value assigned to a Diagnostic determining its severity.

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public enum DiagnosticSeverity
Members
  Member nameValueDescription
Error1 Reports an error.
Warning2 Reports a warning.
Information3 Reports an information.
Hint4 Reports a hint.
See Also