Skip to content

all: use GOMODCACHE where appropriate #248

@hyangah

Description

@hyangah

go1.15 is introducing GOMODCACHE.
Audit for assumptions that the module cache is in GOPATH[0]/pkg/mod and fix them to use GOMODCACHE when it's available.

e.g.
https://github.com/golang/vscode-go/blob/master/src/util.ts#L488
https://github.com/golang/vscode-go/blob/master/src/debugAdapter/goDebug.ts#L1081

cc/ @quoctruong @polinasok @stamblerre

Metadata

Metadata

Assignees

No one assigned

    Labels

    DebugIssues related to the debugging functionality of the extension.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions