提交 9a702ff8 编写于 作者: C Cyrus Najmabadi

Pass options

上级 7742c3bd
......@@ -77,7 +77,8 @@ protected override async Task<IEnumerable<CodeActionOperation>> ComputeOperation
members,
new CodeGenerationOptions(
afterThisLocation: afterThisLocation,
contextLocation: syntaxTree.GetLocation(_textSpan)),
contextLocation: syntaxTree.GetLocation(_textSpan),
options: await _document.GetOptionsAsync(cancellationToken).ConfigureAwait(false)),
cancellationToken).ConfigureAwait(false);
return SpecializedCollections.SingletonEnumerable(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册