Skip to content

Allow saving symbolic path as Go environment path #2182

@ansidev

Description

@ansidev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions