-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching Go version when process.env["GOROOT"] is set is unsupported. #367
Comments
Hello @wakaryry sorry for the late reply, could you elaborate a bit more about your setup? |
I don't know enough about all inner workings,
Everytime you change |
@ChronosMasterOfAllTime I saw multiple problems locally:
My expectation would be:
|
Nice find! I would certainly welcome a PR since you did a solid job of RCA'ing this. |
How can I make it work correct on VSCODE?
Apple M2 Pro;
VSCODE: Version: 1.87.2
If I set
goenv global
, the vscode will always use the global set. I can not change it into the local go version.I must change the global and reload the vscode.
I can not work with vscode using other go versions.
Thanks.
The text was updated successfully, but these errors were encountered: