diff --git a/src/vs/workbench/contrib/void/browser/voidSCMService.ts b/src/vs/workbench/contrib/void/browser/voidSCMService.ts index 5b90d871..e93c4882 100644 --- a/src/vs/workbench/contrib/void/browser/voidSCMService.ts +++ b/src/vs/workbench/contrib/void/browser/voidSCMService.ts @@ -225,6 +225,6 @@ class LoadingGenerateCommitMessageAction extends Action2 { } } -registerSingleton(IGenerateCommitMessageService, GenerateCommitMessageService, InstantiationType.Delayed) registerAction2(GenerateCommitMessageAction) registerAction2(LoadingGenerateCommitMessageAction) +registerSingleton(IGenerateCommitMessageService, GenerateCommitMessageService, InstantiationType.Delayed)