You need to install the vscode-go extension after changing the go
binary to point to the GAE version.
- Symlink the
goapp
binary
> cd $PATH_TO_GAE_SDK/go_appengine/goroot/bin
> ln -s goapp go
- Install
vscode-go
extension - Ensure
gocode
is on your$PATH
, normally located in$GOPATH/bin