vscode-runme
vscode-runme copied to clipboard
Programs sometimes won't force stop
Some programs will explicitly ignore interrupt (and kill?) signals. One example is bats' testrunner.
Would be nice to investigate this issue further. We may need a fallback timeout to send a higher priority kill signal to the program, or this may need to be fixed in the runner.
Btw, I appears that the SIGINT is delayed meaning that when I hit CTRL+C after some time (unclear) it actually exits.