From 97cb63c7fca8708c323b7829547d5a58620506b7 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Fri, 6 Jun 2025 01:42:44 -0700 Subject: [PATCH] fix? --- src/vs/workbench/contrib/void/browser/voidSCMService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)