I had an error when I opened hello.go, pressed F1 and ran the Go: Generate Unit Tests For File command. The error states that I do not have a package called gotests installed in my container.
I think I can fix this by adding a post create command property in the devcontainer.json file. May I create a PR?
I had an error when I opened
hello.go, pressed F1 and ran the Go: Generate Unit Tests For File command. The error states that I do not have a package calledgotestsinstalled in my container.I think I can fix this by adding a post create command property in the
devcontainer.jsonfile. May I create a PR?