golang vscode 插件 connectex: A connection attempt failed because the connected party did not properly

cmd 中执行
1、go env -w GO111MODULE=on

2、go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct

完了后 清空缓存

3、go clean --modcache

再安装 

4、ctrl+shift+p 输入: Go install 选择 Install/Update Tools

你可能感兴趣的:(golang,vscode,开发语言)