-
Notifications
You must be signed in to change notification settings - Fork 764
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
gopls: add Go version to automated issue reports #1338
Comments
Do you want both go versions
|
Change https://golang.org/cl/301749 mentions this issue: |
Thanks, I think we want both. Mailed https://golang.org/cl/301749 to add runtime.Version() to the |
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: |
… 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
Closing because I believe this has been resolved. |
When I get CCed on gopls issues related to go/* libraries, my first question is always which version of Go is being used.
Can we include this information in our automated issue reports?
CC @hyangah @stamblerre
The text was updated successfully, but these errors were encountered: