Reputation: 38885
I am using cz-cli to format the commit message right now. First step, using cz
command in terminal then the terminal will popup a window in Visual Studio and type the commit message into it, after close the commit message edit window in Visual Studio, the terminal message was hang up. why did this happen? I have to using ctrl + C
to forbidden to exit the commit process. I am not sure this is the right way to handle this situation.
PS: this command was to running in GitHub Codespaces.
Upvotes: 0
Views: 593
Reputation: 1326932
The alternative would be to work directly in:
vs-commitizen
)vscode-commitizen
)That way, there is no back an forth between an external shell and your IDE.
Upvotes: 1