You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
This extension is great for go development, but it would be better if we have built in support for gb tool. Recently more and more projects are using gb for building and vendor management. Can we expect the same for near future?
The text was updated successfully, but these errors were encountered:
If you go to File -> Preferences -> Workplace Settings, you can override the GOPATH for the current project. Thus, you can configure your GOPATH on a project basis. A typical gb project is as follows:
/myGbProject
/src
/vendor
/src
If you set your GOPATH to "/full/path/to/myGbProject:/full/path/to/myGbProject/vendor" and reload VS Code, everything starts working swimmingly. :)
This extension is great for go development, but it would be better if we have built in support for gb tool. Recently more and more projects are using gb for building and vendor management. Can we expect the same for near future?
The text was updated successfully, but these errors were encountered: