Skip to content

Commit ef6467e

Browse files
Update src/VisualStudio/CSharp/Impl/ObjectBrowser/DescriptionBuilder.cs
Co-authored-by: Joey Robichaud <[email protected]>
1 parent 91bbfcd commit ef6467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VisualStudio/CSharp/Impl/ObjectBrowser/DescriptionBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ not SpecialType.System_Enum and
115115
not SpecialType.System_ValueType)
116116
{
117117
AddText(" : ");
118-
await AddTypeLinkAsync(baseType, LinkFlags.None, cancellationToken).ConfigureAwait(false);
118+
await AddTypeLinkAsync(baseType, LinkFlags.None, cancellationToken).ConfigureAwait(true);
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)