The "gopls" command is not available. Run "go install -v golang.org/x/tools/gopls@latest" to install.

Ritchie灰助發表於2024-10-21

VSCode錯誤提示

解決方案

設定代理:

$ go env -w GO111MODULE=on
$ go env -w GOPROXY=https://goproxy.io,direct

設定完成後重啟VSCode

相關文章