where vscode go extension install position
By Official Page about Go Extension in VSCode, it mentions:
This extension uses a set of Go tools to provide the various rich features. These tools are installed in your GOPATH by default. If you wish to have these tools in a separate location, provide the desired location in the setting go.toolsGopath
. Read more about this and the tools at Go tools that the Go extension depends on
And I find that it's actually installed in %GOPATH%\src\basic\set