how to stop a command in the VS Code terminal

后端 未结 11 1006
天命终不由人
天命终不由人 2021-02-06 22:48

I\'ve been stopping commands with the trash can for too long. Command period doesn\'t work on Mac. I can\'t find anywhere how to stop the terminal via a command. Anyone know wha

11条回答
  •  清酒与你
    2021-02-06 23:55

    In VSCode first hit following
    ctrl + c
    It will ask following question;
    Terminate batch job (Y/N)?
    Press Y + Enter
    After this run following command on the prompt;
    D:\Testing>exit + Enter

    It will stop the instance.

提交回复
热议问题