VSCode example setup for dev and test
csantanapr opened this issue · 0 comments
csantanapr commented
VSCode is very popular among go developers, it would be useful to doc how to setup a typical project for an Action.
Like
src/hello
src/hello_test.go
main.go
If VSCode is setup with "go.inferGopath": true
then it will detect the project, and opening hello_test.go
and clicking Debug it will run the tests.