Closed
Description
VSCode Go extension detects availability of newer versions of gopls automatically (by querying proxy.golang.org
) and suggest upgrade. I want to see the update suggestion message window include the link to the release note.
Currently #33030 serves as a place for release note announcement which makes sense since gopls
evolves quickly. I can use the link to the issue but that's rather distracting as more versions are published. Alternatively we can create a short link (encoded with the version tag) for each tagged version and make it point to the corresponding comments. Post v1.0, we can still use the link format to point to the official, formal release note.