sparse-intern-71089
04/10/2021, 6:27 PMwhite-balloon-205
busy-father-92552
04/11/2021, 10:54 AMmake build system seems to be running just fine. However, I have this other problem with a lot of imports not being resolved. So the forked repository is in $GOPATH/src/github.com/my-username/pulumi
However it has trouble resolving imports such as "<http://github.com/pulumi/pulumi/pkg/v2/secrets|github.com/pulumi/pulumi/pkg/v2/secrets>". The Make build system runs just fine, but I have about 2K errors on the VS Code side of things. Also, is there a command I can run from the root of the project that will get all the go dependencies? I've used go get -d ./... so far, by going into the pkg and sdk directories and then running that. I saw other people also complaining about VS Code and gopls (the go language server) not playing well at all but I fee like i'm making a mistake somewhere.tall-librarian-49374
04/11/2021, 11:08 AMmake ensure should get the dependenciesbusy-father-92552
04/11/2021, 11:42 AMmake ensure annoyingly