vscode-go v0.34.0 Release Notes

Release Date: 2022-06-22 // almost 2 years ago
  • ๐Ÿš€ This release adds support for LSP 3.17 and requires Visual Studio Code 1.67+.

    ๐Ÿ”‹ Features

    ๐Ÿš€ This release includes improvements to the Go: Run Vulncheck (Experimental) command (Issue 2185, 2186, 2214). Use it to find security issues in your dependencies.

    ๐Ÿ“š Documentation

    ๐Ÿ“š Documentation for vscode-go can now be found on the wiki (Issue 2094).

    ๐Ÿ“š Thanks @thediveo for updating the debugging documentation!

    ๐Ÿ› Bug Fixes

    โœ… TestMain(m *testing.M) is no longer treated as a test (Issue 482, 2039)

    Code Health

    • Enabled strict type checking (Issue 57)
    • ๐Ÿš€ Updated release notes generation script to improve release process automation
    • ๐Ÿ›  Fixed bugs in testing

    Thanks

    Thank you for your contribution, @hyangah, @jamalc, @polinasok, @suzmue, @thediveo, and @dle8!