提交 65fbb600 编写于 作者: A Allison Chou

Add TODO comment to remind to revert

上级 b88eb99c
......@@ -54,6 +54,8 @@ public FindAllReferencesHandler(IMetadataAsSourceFileService metadataAsSourceFil
var context = new FindUsagesLSPContext(document, position, _metadataAsSourceFileService, cancellationToken);
// Finds the references for the symbol at the specific position in the document, reporting them via streaming to the LSP client.
// TODO: Change back FAR to use streaming once the following LSP bug is fixed:
// https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1094786/
await findUsagesService.FindReferencesAsync(document, position, context).ConfigureAwait(false);
return context.GetReferences().ToArray();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册