Skip to content

Commit

Permalink
Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gołębiowski committed Jan 3, 2025
1 parent 2ae10dc commit 5608adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cody.VisualStudio/CodyPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private void InitializeServices()
FileService = new FileService(this, Logger);
var statusCenterService = this.GetService<SVsTaskStatusCenterService, IVsTaskStatusCenterService>();
ProgressService = new ProgressService(statusCenterService);
TestingSupportService = new TestingSupportService(statusCenterService);
TestingSupportService = null; // new TestingSupportService(statusCenterService);

NotificationHandlers = new NotificationHandlers(UserSettingsService, AgentNotificationsLogger, FileService, SecretStorageService);
NotificationHandlers.OnOptionsPageShowRequest += HandleOnOptionsPageShowRequest;
Expand Down

0 comments on commit 5608adb

Please sign in to comment.