未验证 提交 cdb552d5 编写于 作者: A Ankita Khera 提交者: GitHub

Update src/EditorFeatures/Core/InlineParameterNameHints/InlineParamNameHintsDataTaggerProvider.cs

Co-authored-by: NCyrusNajmabadi <cyrus.najmabadi@gmail.com>
上级 8d45a951
......@@ -50,7 +50,6 @@ protected override async Task ProduceTagsAsync(TaggerContext<InlineParamNameHint
var snapshotSpan = documentSnapshotSpan.SnapshotSpan;
var paramNameHintsService = document.GetLanguageService<IInlineParamNameHintsService>();
var paramNameHintSpans = await paramNameHintsService.GetInlineParameterNameHintsAsync(document, snapshotSpan.Span.ToTextSpan(), cancellationToken).ConfigureAwait(false);
cancellationToken.ThrowIfCancellationRequested();
foreach (var span in paramNameHintSpans)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册