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 was archived by the owner on Jul 15, 2023. It is now read-only.
Hi. Cannot find "go" binary. Update PATH or GOROOT appropriately Set GOPATH environment variable and restart VS Code or set GOPATH in Workspace settings
It seems that this extension does not search for default goroot and gopath in Windows. In fact, by default, the goroot is set to c:/go and %userprofile%/go and this extension should search automatically search for go in c:/go without adding custom goroot or add go to path. Moreover, it should consider that gopath is, by default, and if not overridden by local settings or environment variables, equal to %userprofile%/go .
Hi.
Cannot find "go" binary. Update PATH or GOROOT appropriatelySet GOPATH environment variable and restart VS Code or set GOPATH in Workspace settingsIt seems that this extension does not search for default
gorootandgopathin Windows. In fact, by default, thegorootis set toc:/goand%userprofile%/goand this extension should search automatically search for go inc:/gowithout adding customgorootor add go to path. Moreover, it should consider thatgopathis, by default, and if not overridden by local settings or environment variables, equal to%userprofile%/go.C:\go\bin>go envThank you.