This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Description
@lukehoban Referencing #166
Yes, this is with the newest 0.6.22 and 0.10.6 vscode. The same exact settings,
go.goroot setting igorned despite being set, I am still receiving No 'go' binary could be found on PATH or in GOROOT. I actually get the full set of:
Some Go analysis tools are missing from your GOPATH. Would you like to install them?
The 'godef' command is not available. Use 'go get -u github.com/rogpeppe/godef' to install.
The 'golint' command is not available. Use 'go get -u github.com/golang/lint/golint' to install.
No 'go' binary could be found on PATH or in GOROOT.
But of course clicking yes install errors because the binary isn't known.
I tried going another level further and appending bin/ to the goroot but that didn't do it either.
*only difference being vscode's requirement that the windows \ be / and I do have the ~ fully expanded when being set *
go.exe is at ~/dev/lib/go/bin
go.goroot is set to ~/dev/lib/go
go.gopath is set to~/dev/