Remove git_panel::GenerateCommitMessage
in favor of git::GenerateCommitMessage
(#33421)
`git_panel::GenerateCommitMessage` has no handler, `git::GenerateCommitMessage` should be preferred. Could add a `#[action(deprecated_aliases = ["git_panel::GenerateCommitMessage"])]`, but decided not to because that action didn't work. So instead uses of it will show up as keymap errors. Closes #32667 Release Notes: - N/A
This commit is contained in:
parent
1af9f98c1d
commit
b1450b6d71
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ actions!(
|
|||
FocusEditor,
|
||||
FocusChanges,
|
||||
ToggleFillCoAuthors,
|
||||
GenerateCommitMessage
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue