Skip to content

Commit 07f69e7

Browse files
authored
Merge pull request #21 from steveRoll-git/patch-1
Fix wrong description for `Diagnostic.Tags`
2 parents a1637c2 + b92f207 commit 07f69e7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

LanguageServer.Framework/Protocol/Model/Diagnostic/Diagnostic.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ public class Diagnostic
4848
public StringOrMarkupContent Message { get; set; } = string.Empty;
4949

5050
/**
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.
51+
* Additional metadata about the diagnostic.
5352
*/
5453
[JsonPropertyName("tags")]
5554
public List<DiagnosticTag>? Tags { get; set; }

0 commit comments

Comments
 (0)