Skip to content

Commit 23d31ff

Browse files
Apply suggestions from code review
1 parent 0bc1b12 commit 23d31ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VisualStudio/Core/Def/Library/ObjectBrowser/AbstractObjectBrowserLibraryManager_Description.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ internal async Task<bool> TryFillDescriptionAsync(
2424

2525
return await CreateDescriptionBuilder(description, listItem, project)
2626
.TryBuildAsync(options, cancellationToken)
27-
.ConfigureAwait(false);
27+
.ConfigureAwait(true);
2828
}
2929
}

0 commit comments

Comments
 (0)