You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't attempt to cancel command when basic SI is used
Because of the complications that arise when ^C is sent to the shell, this
change disables that functionality when basic SI is used. That means that
the command will probably fail if the user types into the terminal, but
that's an edge case vs almost everything failing without this change
Fixesmicrosoft#258294
0 commit comments