Failed to launch caused by missing go.mod files #1053
jeffdupont
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does the
cwdjust not work? I have a project that has atestsfolder written in python for automations and aserviceapp folder that contains the go code. If I want to debug the Go app, my launch.json file points thecwdto where the service level go.mod file is located and then defines theprogrampath to start the service.{ "name": "API", "type": "go", "request": "launch", "program": "${workspaceFolder}/service/", "cwd": "${workspaceFolder}/service", "env": {}, "args": [], "showLog": true }Beta Was this translation helpful? Give feedback.
All reactions