0

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.

Dolphin
  • 29,069
  • 61
  • 260
  • 539

1 Answers1

1

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 --

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250