skip to content
Alvin Lucillo

Verbose testing in Go with VSCode

/ 1 min read

💻 Tech

In Go, if you’re testing with VSCode, and you want to show the logs when you press run test above the function name, you can modify your settings.json file to include the following:

"go.testFlags": ["-v"]