-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📌 v0.23.1+ requires gopls 0.6.6 or newer #1300
Comments
Change https://golang.org/cl/301149 mentions this issue: |
From https://proxy.golang.org/golang.org/x/tools/gopls/@v/v0.6.6.info {"Version":"v0.6.6","Time":"2021-02-22T19:32:25Z"} For #1300 Change-Id: I2d4059d913d0e0fa70b908292ab7e179ee741759 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/301149 Trust: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
Change https://golang.org/cl/301151 mentions this issue: |
From https://proxy.golang.org/golang.org/x/tools/gopls/@v/v0.6.6.info {"Version":"v0.6.6","Time":"2021-02-22T19:32:25Z"} For #1300 Change-Id: I2d4059d913d0e0fa70b908292ab7e179ee741759 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/301149 Trust: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]> (cherry picked from commit 90370ab) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/301151 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
v0.23.2 that explicitly states the hard-coded minimum required gopls version (v0.6.6) is released. Thank you for your patience. |
Change https://golang.org/cl/302832 mentions this issue: |
For dev-version, we still not enforce update (this case should be clear enough to tell apart from the gopls version included in the issue report and is valuable to detect crash report during dev period). And - Add go version used by the extension and the update flag info. - Update gopls latestVersion to v0.6.8. Updates #1300 Updates #1334 Updates #1338 Change-Id: I9965297b164665056dbec68285eb740ec2908f01 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/302832 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
Change https://golang.org/cl/303051 mentions this issue: |
This is still happening to vscode. Can somebody guide I updated gopls still vscode-go says to update, I restarted the gopls server still not getting started. |
… report For dev-version, we still not enforce update (this case should be clear enough to tell apart from the gopls version included in the issue report and is valuable to detect crash report during dev period). And - Add go version used by the extension and the update flag info. - Update gopls latestVersion to v0.6.8. Updates #1300 Updates #1334 Updates #1338 Change-Id: I9965297b164665056dbec68285eb740ec2908f01 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/302832 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]> (cherry picked from commit 73e7c36) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/303051
@piyushsingariya: Please take a look at the troubleshooting guide and open a new issue so we can help you investigate. |
Please update
gopls
if you see errors like the followingor
Choose to update it.
If the above popup didn't appear (maybe because GOPROXY isn't reachable)
Run Ctrl+Shift+P -> "Go: Install/Update Tools" -> Select
gopls
-> OKOr, if you want to install it manually,
The text was updated successfully, but these errors were encountered: