ui: make it clear to present the environment setting the extension is using #1630
Labels
FeatureRequest
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
As discussed in #1595 and other bug reports,
VSCode Go inherits the environment variables the vscode window is launched with.
And then,
go.toolsEnvVars
can be used to override some of them more explicitly.Go: Locate Configured Go Tools
provide a hacky way of showing the list of env varsbut that doesn't show how the extension picked them up. That leads confusion.
Improve the UI/UX and clearly display
and, ideally an interface to override them easily.
The text was updated successfully, but these errors were encountered: