提交 726e94e9 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update CodeActionEditHandlerService.cs

Add comment.
上级 5f60b2a1
......@@ -115,6 +115,8 @@ public ITextBufferAssociatedViewService AssociatedViewService
{
foreach (var document in project.Documents)
{
// ConfigureAwait(true) so we come back to the same thread as
// we do all application on the UI thread.
if (!await document.HasAnyErrorsAsync(cancellationToken).ConfigureAwait(true))
{
documentErrorLookup.Add(document.Id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册