Release 0.25.0
v0.25.0 - 12 May, 2021
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.modcommand to rungo mod initin the current workspace folder (Issue 1449) - Use
programin debug configuration to determine mode inauto(Issue 1422) - Auto update
dlv-dapif autoUpdates enabled (Issue 1404) - Set
editor.suggest.snippetsPreventQuickSuggestionsto false by default to enable code completion and quick suggestions inside a snippet (Issue 839)
Fixes
- Set the
GOROOTto the user specifiedGOROOTingo.goroot - Fixed missing file bug in debug adapter (Issue 1447)
- Fixed inconsistent workpsaceFolder value bug in debug configuration (Issue 1448)
- Allow
dlv-dapto shut down gracefully and clean up debugged process (Issue 120)
Thanks
Thank you for your contribution, @hyangah, @JadenSimon, @stamblerre, @polinasok, @rfindley, and @suzmue!