-
Notifications
You must be signed in to change notification settings - Fork 797
src/goLanguageServer: enforce minimum version requirement even when checkForUpdates is off #1334
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
Milestone
Comments
Change https://golang.org/cl/302832 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Mar 18, 2021
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: |
gopherbot
pushed a commit
that referenced
this issue
Mar 19, 2021
… 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are cases where the backwards compatibility is not feasible (e.g. #1300).
Even though we have a minimum version hard-coded, currently the version check logic is completely skipped if users configured to use
checkForUpdates : off
.vscode-go/src/goLanguageServer.ts
Line 1013 in 7dac4c7
Either enforce that, or clearly communicate with users about the risk.
The text was updated successfully, but these errors were encountered: