vscode-go v0.27.2 Release Notes

Release Date: 2021-09-01 // over 2 years ago
  • A list of all issues and changes can be found in the v0.27.2 milestone and commit history.

    โœจ Enhancement

    • ๐Ÿ‘Œ Supports replay and core debug launch modes. (PR 1268)
    • ๐Ÿ‘ gopls now watches changes in go.work files to support Go Proposal 45713.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed issues around building binaries for debugging when symlinks or case-insensitive file systems are involved. (Issues 1680, 1677, 1713)
    • Clarified the dlvLoadConfig setting is no longer necessary with the new debug adapter (dlv-dap). ([CL 344370)(https://go-review.googlesource.com/c/vscode-go/+/344370))
    • ๐Ÿ”’ Increased the timeout limit from 5sec to 30sec. If dlv-dap still fails to start, please check firewall/security settings do not prevent installation or execution of the dlv-dap (or dlv-dap.exe) binary. (Issue 1693)
    • โšก๏ธ Go: Install/Update Tools command picks the dlv-dap from the main branch.

    Thanks

    Thanks for your contributions, Suzy Mueller, Luis Gabriel Gomez, Polina Sokolova, Julie Qiu, and Hana Kim!