↧
Answer by Martin Flower for Cannot find vendored package in VS Code
As reported on vscode-go github issue 1587 my solution was to add the following to user settings (Code > Preferences > Settings) { "search.useIgnoreFiles": false }
View ArticleCannot find vendored package in VS Code
Using go go1.10.2 darwin/amd64 together with glide 0.13.1. Dependencies are in the vendor directory. There is no error building from the command line. When viewing the code in VS Code, the following...
View Article