-
Notifications
You must be signed in to change notification settings - Fork 818
Open
Milestone
Description
Is your feature request related to a problem? Please describe.
$ which go
/usr/local/bin/go
$ ll $(which go)
lrwxr-xr-x 26 ansidev 14 Apr 09:43 /usr/local/bin/go -> ../Cellar/go/1.18.1/bin/go
(Go was installed by brew)
The Go executable path is /usr/local/bin/go
and this is a symbolic link that links to usr/local/Cellar/go/1.18.1/bin/go
.
Currently, VSCode Go extension save the Go environment path as usr/local/Cellar/go/1.18.1/bin/go
when I select /usr/local/bin/go
.
Describe the solution you'd like
As a developer, I want VSCode to save the Go environment path as /usr/local/bin/go
instead of the real path usr/local/Cellar/go/1.18.1/bin/go
so I do not need to update the Go environment path each time I update the Go version via brew.
Metadata
Metadata
Assignees
Labels
No labels