-
Notifications
You must be signed in to change notification settings - Fork 876
Open
Milestone
Description
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
- Run
go versionto get version of Go from the VS Code integrated terminal. - Run
gopls -v versionto get version of Gopls from the VS Code integrated terminal. - Run
code -vorcode-insiders -vto get version of VS Code or VS Code Insiders. - Check your installed extensions to get the version of the VS Code Go extension
- 0.52.1
- Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) >
Go: Locate Configured Go Toolscommand.
Share the Go related settings you have added/edited
None
Describe the bug
I have defined PATH statement in bashrc:
export PATH="$HOME/sdk/go1.24.3/bin:$PATH"then after selecting the go version in the vscode plugin:

it would not take effect in the terminal:
Terminal will use the one in your bashrc:

but the language server will use the one you selected:

Steps to reproduce the behavior:
Metadata
Metadata
Assignees
Labels
No labels
