-
Notifications
You must be signed in to change notification settings - Fork 797
Fix Add Import action by using go list to suggest import paths #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR (HEAD: 17b0c21) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/240001 to see it. Tip: You can toggle comments from me using the |
Message from Rebecca Stambler: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/240001. |
17b0c21
to
9e05bfd
Compare
Message from Marwan Sulaiman: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/240001. |
Message from Rebecca Stambler: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/240001. |
This PR (HEAD: 9e05bfd) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/240001 to see it. Tip: You can toggle comments from me using the |
Message from Marwan Sulaiman: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/240001. |
Message from Hyang-Ah Hana Kim: Patch Set 2: (3 comments) I observed this CL caused multiple test failures - https://github.com/golang/vscode-go/pull/259/checks?check_run_id=809087856 Looking into a bit, 'can't load package: package github.com/uudashr/gopkgs: code in directory /Users/hakim/go/src/github.com/uudashr/gopkgs expects import "github.com/uudashr/gopkgs/v2" The detailed errors may vary depending on what's under the current GOPATH directory, but it seems like Rebecca, have you seen errors like this when working with go list for gopls? Please don’t reply on this GitHub thread. Visit golang.org/cl/240001. |
Message from Hyang-Ah Hana Kim: Patch Set 2: (2 comments) Ok, I think I figured out why promises didn't seem to resolve. Still various tests are failing
Would be nice if you can investigate the test failures. Thanks! Please don’t reply on this GitHub thread. Visit golang.org/cl/240001. |
@marwan-at-work I think this PR is obsolete. Can we close this? |
Yep! Closing it now. Thanks for the ping 🏓 |
Fixes #258