vscode 中 gopls 扩展安装失败(go/doc/comment: package go/doc/comment is not in GOROOT)
vscode 中 gopls 扩展安装失败(go/doc/comment: package go/doc/comment is not in GOROOT)
go version: 1.18
1.检查goproxy 源
2.vscode 中扩展仅gopls下载不了或者出问题 xx is not in GOROOT。
很大概率是gopls的latest版本(0.16)需要的go版本过高 go version>=1.19
可以用以下命令
go install -v golang.org/x/tools/gopls@v0.9.1
ps. 安装插件后需要重启vscode 才能正确使用跳转,补全等插件功能