mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
commit
bf062146c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue