-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.