-
Notifications
You must be signed in to change notification settings - Fork 646
Cannot install gopkgs tool #3050
Comments
I think you're running into this issue: uudashr/gopkgs#25. You can try downloading manually with modules turned off ( |
Yup, this is |
Until the fix is merged, install it manually: |
Not again. #2857 |
How about showing some respect to the people who make this work for free so that everyone can benefit from it instead? |
manual installation doesn't work for me somehow. Any ideas? |
@smaTc is there any error message explaining why it doesn't work? |
@hyangah well not really. When I try to run my main it tells me: "found packages X and Y in /the/directory". But various imports are not working at all and half my project is red now in VS-Code. Edit: Same Problem in Gopath and Module Variant |
Update: I don't even know if it is related but: if I remove all test files and therefore all Imports of the "testing" package my project is working again. Including the Imports etc. Does that make any sense to anyone here? Second Update: Deleting and Cloning my git repo fixed the issue. Even though this was triggered after updating my go tools I am very confused and not sure if gopkgs was the problem at all. |
had the same issue, installing manually alone did not resolve it - after removing and reinstalling the vscode-go plugin everything works fine again! |
Is gopkgs useful if I'm using gopls ? |
@pierrre yes if you're using command |
@nezorflame ok thank you 👍 |
Finally (re-)enabling |
@ramya-rao-a thanks! This one will probably require a patch release so that people stop having these errors. |
@nezorflame: Yep, @ramya-rao-a's planning on doing a patch release tomorrow. |
Hey all, Sorry for the radio silence, I've been on vacation and @stamblerre has been helping steer the ship in my absence :) Thanks for all the work here @nezorflame! Places where
|
Hello, I can't install gopkgs and the "auto-completion" and "go to definition" feature are not working.
c47d83b293181d9be64f27ff093689e8e7aed054
x64
"go.formatTool": "goimports",
And a message "Analysis Tools Missing" is shown in the right bottom side:
And when I press "Install" button the process is repeated.
The text was updated successfully, but these errors were encountered: