gotestsum
gotestsum copied to clipboard
Visual Studio Code integration?
Hi,
Inside VSCode we can specify some settings like:
"go.testFlags": ["-v", "-count=1"],
"go.testTimeout": "120s",
I'm wondering if someone here has integrated gotestsum so VSCode will use it when running tests from the code editor (arrows above test functions)?
Looking for this because having the same output between IDE triggers and manual CLI would be great 👍
Thank you,