DiagnosticTag Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unnecessary | 1 | Unused or unnecessary code. Diagnostics with this tag are rendered faded out. |
Deprecated | 2 | Deprecated or obsolete code. Clients are allowed to rendered diagnostics with this tag strike through. |