how to stop a command in the VS Code terminal

后端 未结 11 1145
天命终不由人
天命终不由人 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:38

    Neither ctrl + c nor the trash icon actually stopped the server for me.

    If you are using the Live Server extension by Ritwick Day, there should be a label on the bar at the bottom for the status of the server.

    If it reads Port: 5500 it means it's running. Just click on it to stop it.

    stop live server

    The same label now should say Go Live click on it in order to do exactly that.

    start live server

提交回复
热议问题