Diagnostic Class |
Namespace: VSCode
public class Diagnostic
The Diagnostic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Diagnostic | Initializes a new instance of the Diagnostic class |
Name | Description | |
---|---|---|
![]() | Code |
The diagnostic's code.
|
![]() | Message |
The diagnostic's message.
|
![]() | Range |
The range to which the message applies.
|
![]() | Severity |
The diagnostic's severity.
|
![]() | Source |
A human-readable string describing the source of this diagnostic, e.g. 'typescript' or 'super lint'.
|
Name | Description | |
---|---|---|
![]() | ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |