提交 83511677 编写于 作者: R Ravi Chande

Use correct type name

上级 bc775d6c
......@@ -107,7 +107,7 @@ public ITaggerProvider TaggerProvider
_taggerProvider = new DiagnosticsSquiggleTaggerProvider(
DiagnosticService, _workspace.GetService<IForegroundNotificationService>(), _listeners);
}
else if (typeof(TProvider) == typeof(DiagnosticsSquiggleTaggerProvider))
else if (typeof(TProvider) == typeof(DiagnosticsSuggestionTaggerProvider))
{
_taggerProvider = new DiagnosticsSuggestionTaggerProvider(
_workspace.ExportProvider.GetExportedValue<IEditorFormatMapService>(), DiagnosticService,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册