This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Closed
Description
go.toolsGopath doesn't expand ${env:GOPATH}
I'm using ms-vscode.go v0.6.82
reproduce step
- create .vscode/setting.json
{
"go.gopath": "${env:GOPATH};${workspaceFolder}",
"go.toolsGopath": "${env:GOPATH}"
}
- press ctrl + shift + p, select Go: Install/Update Tools