diff --git a/src/Cody.VisualStudio/CodyPackage.cs b/src/Cody.VisualStudio/CodyPackage.cs index 175ebfe..3cbf728 100644 --- a/src/Cody.VisualStudio/CodyPackage.cs +++ b/src/Cody.VisualStudio/CodyPackage.cs @@ -128,7 +128,7 @@ private void InitializeServices() FileService = new FileService(this, Logger); var statusCenterService = this.GetService(); ProgressService = new ProgressService(statusCenterService); - TestingSupportService = new TestingSupportService(statusCenterService); + TestingSupportService = null; // new TestingSupportService(statusCenterService); NotificationHandlers = new NotificationHandlers(UserSettingsService, AgentNotificationsLogger, FileService, SecretStorageService); NotificationHandlers.OnOptionsPageShowRequest += HandleOnOptionsPageShowRequest;