go.toolsGopath doesn't expand ${env:GOPATH} I'm using ms-vscode.go v0.6.82 reproduce step 1. create .vscode/setting.json { "go.gopath": "${env:GOPATH};${workspaceFolder}", "go.toolsGopath": "${env:GOPATH}" } 2. press ctrl + shift + p, select Go: Install/Update Tools
go.toolsGopath doesn't expand ${env:GOPATH}
I'm using ms-vscode.go v0.6.82
reproduce step
{
"go.gopath": "${env:GOPATH};${workspaceFolder}",
"go.toolsGopath": "${env:GOPATH}"
}