-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/tools/gopls: releases #33030
Comments
Most recent release: v0.4.1.v0.4.1This release contains mostly stability improvements and smaller bug fixes. A list of all of the issues fixed in this release can be found in the gopls/v0.4.1 milestone. A notable change is that type error analyzers (fillreturns, undeclaredname, unusedparams, nonewvars) are now on by default. v0.4.0
Opt-in:
"[go]": {
"editor.codeActionsOnSave": {
"source.fixAll": true,
}
}
"gopls": {
"analyses": {
"fillreturns": true,
"undeclaredname": true,
"unusedparams": true,
"nonewvars": true,
}
}
For a complete list of the issues resolved, see the gopls/v0.4.0 milestone. |
v0.1.xv0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.1.7
|
v.0.2xv0.2.0
Opt-in:
v0.2.1
v0.2.2 |
v0.3.xv0.3.0Note:
|
v0.4.1This release contains mostly stability improvements and smaller bug fixes. A list of all of the issues fixed in this release can be found in the gopls/v0.4.1 milestone. A notable change is that type error analyzers (fillreturns, undeclaredname, unusedparams, nonewvars) are now on by default. |
v0.4.2Release notes: https://github.com/golang/tools/releases/tag/gopls%2Fv0.4.2. We are migrating away from using this issue. New releases will be announced via a GitHub Release. |
Closing this issue, as we are now using GitHub Releases. Please see https://github.com/golang/tools/releases for future updates. |
Uh, we need to update the release note link hardcoded in vscode-go. :-) |
This issue will include announcements about new tagged versions of
gopls
.The text was updated successfully, but these errors were encountered: