使用go go1.10.2 darwin / amd64和glide 0.13.1。依赖关系位于供应商目录中。命令行中没有错误构建。在VS代码中查看代码时,会显示以下错误:
找不到包" github.com/xxx/go-utility/log"在任何一个:
/usr/local/Cellar/go/1.10.2/libexec/src/github.com/xxx/go-utility/log(来自$ GOROOT) /Users/martin/go/src/github.com/xxx/go-utility/log(来自$ GOPATH)
终端和VS控制台报告 GOPATH =" /用户/马丁/去"
如果我发出go get,我希望我可以让消息消失,但这会破坏供应商目录的目的。
这是新计算机上的新安装。
我忘了哪些配置?
答案 0 :(得分:1)
正如在vscode-go github问题finaltrade table上报道的那样,我的解决方案是将以下内容添加到用户设置中(代码>首选项>设置)
{ "search.useIgnoreFiles": false }