-
Notifications
You must be signed in to change notification settings - Fork 842
Closed
Labels
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.chore/testingissues related to bugs in test, CI setupissues related to bugs in test, CI setup
Description
Current tests require GOPATH env var to be explicitly set
(
| assert.ok(gopath, 'Cannot run tests if GOPATH is not set as environment variable'); |
and depend on source code preexisting under GOPATH/src.
(
vscode-go/test/integration/extension.test.ts
Line 663 in 341a4ff
| // Since the Go extension takes a dependency on the godef tool at github.com/rogpeppe/godef |
That is not ideal. Fix that.
Metadata
Metadata
Assignees
Labels
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.chore/testingissues related to bugs in test, CI setupissues related to bugs in test, CI setup