Cannot debug
Hi! I'm trying to debug a script with your extension, but debugger doesn't start. It seems like extension is hanging.
I have this in my debug console:
/usr/local/bin/node ./../../home/node/.vscode-server/extensions/connor4312.nodejs-testing-1.6.0/out/runner-worker.js /tmp/nodejs-test.77636-4.sock
Do you know may be what can be the reason?
Thanks!
that;s how I run my test
nevermind - i just did it again and it worked. not an issue. Thanks for the extension BTW!
may be there is still an issue - because I restarted and it again hangs:
I also have this message:
I am having the same issue. It hangs and after sometime crashes whole vscode in m1 Mac. I am running it in this repo.
"nodejs-testing.include": [
"./packages/**/test"
],
"nodejs-testing.concurrency": 10
}```