Verbose testing in Go with VSCode 31 January 2024 / 1 min readgo, vscode 💻 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"]