diff --git a/src/diagnostics.ts b/src/diagnostics.ts index bcd3c10..f2035f7 100644 --- a/src/diagnostics.ts +++ b/src/diagnostics.ts @@ -72,6 +72,11 @@ export interface IDiagnostic { * a scope collide all definitions can be marked via this property. */ relatedInformation?: IDiagnosticRelatedInformation[]; + + /** + * An url pointing to the documentation to which this diagnostic applies. + */ + documentationUrl?: string; } /**