Cannot abort an execution of a command with ctrl + c combination

Issue #87 resolved
Artem created an issue

Steps to reproduce

  1. open solution in visual studio
  2. execute git clean -dfx
  3. Unlink of file '…' failed. Should I try again? (y/n)
  4. Try to cancel the operation with ctrl + c

Actual Result

It inserts “^C“

Expected Result

The operation should be aborted

Comments (1)

  1. Log in to comment