Hongxiang Jiang
Hongxiang Jiang
We have finished the migration from Kokoro to LUCI. Time to mark this as complete!
Hi @jakebailey Thanks for raising this issue. I agree that I would prefer setting alternateTools instead of adding this `custom-gcl` to PATH. The entire binary look up logic is quite...
Sorry I completely miss this issue. I think the ctrl + T is `workspace/symbol` The short answer is, workspace/symbol will yield vendor if you open the file. If you close...
Thanks. I think this is kind of weird. Can you enable the trace I mentioned before by adding `"go.trace.server": "verbose",` to the settings.json and try to re-produce this issue? And...
Hi hu3bi, Thanks for reporting this issue. The code lens is reported from [gopls](https://github.com/golang/tools/tree/master/gopls), see [documentation](https://github.com/golang/tools/blob/master/gopls/doc/codelenses.md#upgrade_dependency-update-dependencies). Behind the scene, its running `go get -d .....` from [command.go](https://github.com/golang/tools/blob/b08c7a26ea3c519d19f4e2095d070ca8ce65161a/gopls/internal/server/command.go#L516). I'm not expert...
Based on the discussion, I think we can do a go mod tidy after upgrade dependency. Or consider running `go get -u ./...` behind the scene.
I should remove the waiting for info tag. This is a FR.
Hi @rufreakde, it is not recommended to set GOROOT unless you are very confident that the Go binary and the Goroot will work. In general, we don't want users to...
Thanks. I'm glad you find the command useful. > This appears to have done the trick! I cleared then restarted VSCode and selected the right Go (it was listed as...
> Use the Go: Choose Go Environment command to clear and then re-select the Go binary You shouldn't use it to re-select the Go binary. I thought you want the...