未验证 提交 3c1c0fcb 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #44673 from sharwell/ls-test

Wait for callbacks to complete before returning
......@@ -105,6 +105,8 @@ private async Task<ImmutableArray<SymbolInformation>> GetVsSearchResultsAsync(Te
Methods.WorkspaceSymbolName,
new object[] { workspaceSymbolParams },
CancellationToken.None);
await awaitableProgress.WaitAsync(CancellationToken.None);
}
return symbolResultsBuilder.ToImmutableAndFree();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册