We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1637c2 + b92f207 commit 07f69e7Copy full SHA for 07f69e7
1 file changed
LanguageServer.Framework/Protocol/Model/Diagnostic/Diagnostic.cs
@@ -48,8 +48,7 @@ public class Diagnostic
48
public StringOrMarkupContent Message { get; set; } = string.Empty;
49
50
/**
51
- * An array of related diagnostic information, e.g. when symbol-names within
52
- * a scope collide all definitions can be marked via this property.
+ * Additional metadata about the diagnostic.
53
*/
54
[JsonPropertyName("tags")]
55
public List<DiagnosticTag>? Tags { get; set; }
0 commit comments