You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're spawning new go tests, but if you've got a test that's hanging/deadlocked, then it would be nice to kill the spawned job. The workaround is to kill the parent process (vscode), which isn't ideal.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, @SimonRichardson. The new version of the extension (v0.0.15) supports the cancelling of test runs. To cancel a test, you'd need to click on the stop button next to the running test's name in the "Test Output" pane. That will kill the underlying go test ... process.
We're spawning new go tests, but if you've got a test that's hanging/deadlocked, then it would be nice to kill the spawned job. The workaround is to kill the parent process (vscode), which isn't ideal.
The text was updated successfully, but these errors were encountered: