提交 908819f9 编写于 作者: D David Barbet

Fix code actions handler

上级 fdcb821d
......@@ -29,6 +29,7 @@ internal class RunCodeActionsHandler : CodeActionsHandlerBase, ILspRequestHandle
public RunCodeActionsHandler(ICodeFixService codeFixService, ICodeRefactoringService codeRefactoringService, IThreadingContext threadingContext)
: base(codeFixService, codeRefactoringService)
{
_threadingContext = threadingContext;
}
public async Task<object> HandleAsync(LSP.ExecuteCommandParams request, RequestContext<Solution> requestContext, CancellationToken cancellationToken)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册