Skip to content

Commit 35ca87e

Browse files
committed
src/goExplorer: add GOTOOLCHAIN in the go env var explorer
For #3032 Change-Id: Iab0369af247fbe201a1dc1179039a5adefb90c13 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/550918 Commit-Queue: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Peter Weinberger <[email protected]>
1 parent 077c236 commit 35ca87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goExplorer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class GoEnv {
255255
]);
256256

257257
/** Vars that should always be visible if they contain a value. */
258-
private static vars = ['GOPRIVATE', 'GOMOD', 'GOWORK', 'GOENV'];
258+
private static vars = ['GOPRIVATE', 'GOMOD', 'GOWORK', 'GOENV', 'GOTOOLCHAIN'];
259259
}
260260

261261
class ToolTree implements vscode.TreeItem {

0 commit comments

Comments
 (0)