meteor-mocha icon indicating copy to clipboard operation
meteor-mocha copied to clipboard

Feature Request: Support for VSCode Restart Option

Open hexsprite opened this issue 5 years ago • 1 comments

It would be great to be able to restart the tests using the VSCode UI.

Sometimes I am deep into a debugging session and the test times out for some reason and I just want to restart the tests without making a change to a file for no purpose other than restarting.

image

I did some quick searches as to what mechanism VSCode uses for the restart function but couldn't find much yet.

hexsprite avatar Jan 07 '20 16:01 hexsprite

Well, if you have the handle to the correct instance, you just need to kill it by a SIGTERM and the system will restart it if you didn't add the option --once to your meteor command.

SimonSimCity avatar Aug 26 '20 18:08 SimonSimCity