This commit is contained in:
Andrew Pareles 2025-06-06 01:42:44 -07:00
parent 7b78f962d3
commit 97cb63c7fc

View file

@ -225,6 +225,6 @@ class LoadingGenerateCommitMessageAction extends Action2 {
}
}
registerSingleton(IGenerateCommitMessageService, GenerateCommitMessageService, InstantiationType.Delayed)
registerAction2(GenerateCommitMessageAction)
registerAction2(LoadingGenerateCommitMessageAction)
registerSingleton(IGenerateCommitMessageService, GenerateCommitMessageService, InstantiationType.Delayed)