vscode-conventional-commits icon indicating copy to clipboard operation
vscode-conventional-commits copied to clipboard

[FEAT] Retry last commit

Open SeanLatimer opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe

Occasionally, a commit may fail for whatever reason (hook failure, GPG signing error etc)

Describe the solution you'd like

It would be nice to be able to retry the previous failed commit (like commitizen has cz --retry) instead of having to fill out the entire commit again.

SeanLatimer avatar Apr 16 '21 16:04 SeanLatimer

👋 @SeanLatimer When the autoCommit failed, the last commit message will keep in the Source Control page.

image

You can just use the default VS Code git commit to add files edited and retry last commit. 😀

yi-Xu-0100 avatar Apr 17 '21 00:04 yi-Xu-0100