Merge pull request #720 from voideditor/mcp

fix?
This commit is contained in:
Andrew Pareles 2025-06-06 01:44:50 -07:00 committed by GitHub
commit bf062146c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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