This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
go guru implement use an invalid scope when GOPATH is opened directly #1554
Comments
|
Thanks for the idea of looking at the |
ramya-rao-a
added a commit
that referenced
this issue
Mar 4, 2018
Fixed. Need some help testing though. All you need to do is
|
This fix is now available in the latest update (0.6.78) to the Go extension |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is error message:
ERR Command failed: /Users/leaxoy/go/bin/guru -scope _/Users/leaxoy/go/... -json implements /Users/leaxoy/go/src/test/main.go:#56
guru: no packages specified for pointer analysis scope
: Error: Command failed: /Users/leaxoy/go/bin/guru -scope _/Users/leaxoy/go/... -json implements /Users/leaxoy/go/src/test/main.go:#56
guru: no packages specified for pointer analysis scope
On my mac, I set ${HOME}/go as GOPATH, then I open GOPATH with command
code-insiders ~/go
, and then presscommand+shift+F12
to find interface implementations, this error occurred.guru
argscope
expecttest/...
, but got_/Users/leaxoy/go/...
.The text was updated successfully, but these errors were encountered: