Visual Studio Code – How to set the version of gopls to install with vscode Go extension?
I'm running go1.16, the latest gopls version is not compabtible with it. Confirmed it at https://github.com/golang/tools/blob/master/gopls/README.md. The installation fails with below error Installing golang.org/x/tools/gopls@latest FAILED { "code": 1, "killed": false, "signal": null, "cmd": "/usr/local/bin/go install -v golang.org/x/tools/gopls@latest", "stdout": "", "stderr":…