Trying to avoid the known error (here ([https://github.com/golang/go/issues/28065])) "gcc": executable file not found in $PATH, I used
"go.testFlags": [
"-vet=off"
]
but reading the output while testing, the tool does not add the test flags:
Running tool: /usr/local/go/bin/go test -timeout 30s -run ^TestAreSpecificOdds$
# runtime/cgo
exec: "gcc": executable file not found in $PATH
FAIL caching/parsers [build failed]
FAIL
Error: Tests failed.