mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
fix?
This commit is contained in:
parent
7b78f962d3
commit
97cb63c7fc
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(LoadingGenerateCommitMessageAction)
|
||||
registerSingleton(IGenerateCommitMessageService, GenerateCommitMessageService, InstantiationType.Delayed)
|
||||
|
|
|
|||
Loading…
Reference in a new issue