Dolphin
Dolphin

Reputation: 38885

why the commit hang after close the commit message edit window

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.

enter image description here

PS: this command was to running in GitHub Codespaces.

Upvotes: 0

Views: 593

Answers (1)

VonC
VonC

Reputation: 1326932

The alternative would be to work directly in:

That way, there is no back an forth between an external shell and your IDE.

Visual Studio --

Upvotes: 1

Related Questions