You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
When using custom test flags in the Go extension with the setting go.testFlags, where the custom flags include -args as per https://golang.org/cmd/go/#hdr-Test_packages, the command line generated has -coverprofile added to the end, causing the go test call to fail with:
When using custom test flags in the Go extension with the setting
go.testFlags
, where the custom flags include-args
as per https://golang.org/cmd/go/#hdr-Test_packages, the command line generated has-coverprofile
added to the end, causing thego test
call to fail with:The flags defined in the settings.json are:
The expected command line should be:
The actual command line generated by the Go extension is:
This looked like it had been fixed in the following PR: #1976
But it looks like it might have been regressed by this commit in the
goCover.ts
file: b44bb8a#diff-869d156f8d53e34e379625eb2aab2d2cThe text was updated successfully, but these errors were encountered: