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
I am using Ubuntu and manually compile all necessary third-party go tools (gocode, gocode-gomod etc) and install them in /usr/local/bin folder via self-made .deb package. And though /usr/local/bin is in $PATH it seems that vscode unable to use some of that tools like gocode and is able to use others like gometalinter. Everything works when vscode compiles all tools itself and places them into $GOPATH/bin but for some reason I'd like to maintain aforementioned go tools in separate manner because I also want to use them from the another editor that I occasionally use.
I am using Ubuntu and manually compile all necessary third-party go tools (
gocode,gocode-gomodetc) and install them in/usr/local/binfolder via self-made.debpackage. And though/usr/local/binis in$PATHit seems that vscode unable to use some of that tools likegocodeand is able to use others likegometalinter. Everything works when vscode compiles all tools itself and places them into$GOPATH/binbut for some reason I'd like to maintain aforementioned go tools in separate manner because I also want to use them from the another editor that I occasionally use.