提交 51fc6c9f 编写于 作者: C CyrusNajmabadi

PR feedback.

上级 2df556e6
......@@ -15,7 +15,7 @@ internal abstract class AbstractDiagnosticsAdornmentTaggerProvider<TTag> :
public AbstractDiagnosticsAdornmentTaggerProvider(
IDiagnosticService diagnosticService,
IForegroundNotificationService notificationService,
[ImportMany] IEnumerable<Lazy<IAsynchronousOperationListener, FeatureMetadata>> listeners)
IEnumerable<Lazy<IAsynchronousOperationListener, FeatureMetadata>> listeners)
: base(diagnosticService, notificationService, new AggregateAsynchronousOperationListener(listeners, FeatureAttribute.ErrorSquiggles))
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册