-1

Similar to: How to stop a command in the Visual Studio Code terminal

Is there a way to stop and/or pause a command when VS Code is in the background or minimised?

mak47
  • 303
  • 2
  • 14

1 Answers1

0

If you are on windows your could use the task manager to kill the node process running your app. You should see the node task under the if you click to expand the VSC icon

Youzef
  • 616
  • 1
  • 6
  • 23