From a494b55ef483c71940f84dff4b3d06eb9e14044e Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Thu, 21 Mar 2024 11:48:52 -0700 Subject: [PATCH] Remove unnecessary component load --- src/VisualStudio/Core/Def/RoslynPackage.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/VisualStudio/Core/Def/RoslynPackage.cs b/src/VisualStudio/Core/Def/RoslynPackage.cs index 0792b90a397e3..9f14f40d824f8 100644 --- a/src/VisualStudio/Core/Def/RoslynPackage.cs +++ b/src/VisualStudio/Core/Def/RoslynPackage.cs @@ -214,7 +214,6 @@ protected override async Task LoadComponentsAsync(CancellationToken cancellation { await TaskScheduler.Default; - await GetServiceAsync(typeof(SVsTaskStatusCenterService)).ConfigureAwait(false); await GetServiceAsync(typeof(SVsErrorList)).ConfigureAwait(false); await GetServiceAsync(typeof(SVsSolution)).ConfigureAwait(false); await GetServiceAsync(typeof(SVsShell)).ConfigureAwait(false);