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.
Hello, I tweeted that I would like to be able to set the environment variable to values such as:
GOARCH=386 GOOS=darwin CGO_ENABLED=1
and have VSCode use them for debugging purposes.
@ramya-rao-a pointed out that I could use the "go.toolsEnvVars" setting to pass the vars through, but that debugging doesn't use them and to post an issue here.
The text was updated successfully, but these errors were encountered:
macOS 10.13.6
Golang 1.11 beta 3
VSCode Insider 1.26
Hello, I tweeted that I would like to be able to set the environment variable to values such as:
GOARCH=386 GOOS=darwin CGO_ENABLED=1
and have VSCode use them for debugging purposes.
@ramya-rao-a pointed out that I could use the "go.toolsEnvVars" setting to pass the vars through, but that debugging doesn't use them and to post an issue here.
The text was updated successfully, but these errors were encountered: