I usually run go test ./...
to run all tests in my project.
How can I setup launch.json
to debug every tests that normally go test ./...
runs?
I usually run go test ./...
to run all tests in my project.
How can I setup launch.json
to debug every tests that normally go test ./...
runs?