vscode-go v0.24.1 Release Notes

Release Date: 2021-04-15 // about 3 years ago
  • โœจ Enhancements

    • ๐Ÿ”ง Cleaned up launch configuration snippets for easier debug setup
    • ๐Ÿ”ง To use dlv-dap by default for all launch configurations (including codelenses), set the debugAdapter field in the go.delveConfig setting (Issue 1293)
    • ๐Ÿ›  The list of debugging features only available with dlv-dap is now available here
    • โšก๏ธ Updated extension settings to match gopls v0.6.10

    ๐Ÿ›  Fixes

    • โœ… Tightened the test function detection regex for codelenses (Issue 1417)
    • ๐Ÿ‘‰ Show error message when dlv-dap fails to launch (Issue 1413)
    • Corrected install instructions for dlv-dap in popup (Issue 1395)