Skip to content

Release v0.46.0

Compare
Choose a tag to compare
@gopherbot gopherbot released this 28 Feb 18:51
· 11 commits to master since this release

Date: 2025-02-27

Full Changelog: v0.44.0...v0.46.0
Milestone: https://github.com/golang/vscode-go/issues?q=milestone%3Av0.46.0

Code Health

  • The testing framework is migrated from Kokoro to LUCI. The presubmit tests will be triggered against multiple go versions.

Changes

  • Gopls v0.18: The latest gopls version as of this release is gopls v0.18. The extension settings documentation has been updated to align with the latest gopls settings.

Package Outline View

  • Added new "Package Outline" explorer view that displays all the symbols in the currently open file's package.

Fixes

  • Improved Error Reporting: Code action resolution failures now display error messages via notifications from gopls.
  • Removed unnecessary prompts for missing formatter tools when gopls is enabled (Issue 3677).