Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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<DiagnosticTag>? Tags { get; set; }
Expand Down
Loading