Skip to content
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.

go.toolsGopath doesn't expand ${env:GOPATH} #1732

Closed
@sphawk

Description

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}"
}

  1. press ctrl + shift + p, select Go: Install/Update Tools

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions