vscode-go v0.25.0 Release Notes

Release Date: 2021-05-12 // almost 3 years ago
  • A list of all issues and changes can be found in the v0.25.0 milestone.

    If you have a feature requests for this extension, please file it through the github issue tracker.

    โœจ Enhancements

    • ๐Ÿ“š Update to latest version of dlv-dap. Documentation of current features and limitations can be found in the documentation
    • โž• Add debug previous command (Issue 798)
    • โž• Add Go: Initialize go.mod command to run go mod init in the current workspace folder (Issue 1449)
    • ๐Ÿ”ง Use program in debug configuration to determine mode in auto (Issue 1422)
    • โšก๏ธ Auto update dlv-dap if autoUpdates enabled (Issue 1404)
    • 0๏ธโƒฃ Set editor.suggest.snippetsPreventQuickSuggestions to false by default to enable code completion and quick suggestions inside a snippet (Issue 839)

    ๐Ÿ›  Fixes

    • Set the GOROOT to the user specified GOROOT in go.goroot
    • ๐Ÿ›  Fixed missing file bug in debug adapter (Issue 1447)
    • ๐Ÿ›  Fixed inconsistent workpsaceFolder value bug in debug configuration (Issue 1448)
    • ๐Ÿ‘ Allow dlv-dap to shut down gracefully and clean up debugged process (Issue 120)

    Thanks

    Thank you for your contribution, @hyangah, @JadenSimon, @rstambler, @polinasok, @rfindley, and @suzmue!