diff --git a/LanguageServer.Framework/Protocol/Model/Diagnostic/Diagnostic.cs b/LanguageServer.Framework/Protocol/Model/Diagnostic/Diagnostic.cs index 3a82b2e..b6e2790 100644 --- a/LanguageServer.Framework/Protocol/Model/Diagnostic/Diagnostic.cs +++ b/LanguageServer.Framework/Protocol/Model/Diagnostic/Diagnostic.cs @@ -48,8 +48,7 @@ public class Diagnostic public StringOrMarkupContent Message { get; set; } = string.Empty; /** - * An array of related diagnostic information, e.g. when symbol-names within - * a scope collide all definitions can be marked via this property. + * Additional metadata about the diagnostic. */ [JsonPropertyName("tags")] public List? Tags { get; set; }