You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## v0.24.1 - 15 Apr, 2021
2
+
3
+
### Enhancements
4
+
- Cleaned up launch configuration snippets for easier debug setup
5
+
- To use `dlv-dap` by default for all launch configurations (including codelenses), set the `debugAdapter` field in the `go.delveConfig` setting ([Issue 1293](https://github.com/golang/vscode-go/issues/1293))
6
+
- The list of debugging features only available with `dlv-dap` is now available [here](https://github.com/golang/vscode-go/issues?q=is%3Aissue+label%3Afixedindlvdaponly)
7
+
- Updated extension settings to match gopls v0.6.10
8
+
9
+
### Fixes
10
+
- Tightened the test function detection regex for codelenses ([Issue 1417](https://github.com/golang/vscode-go/issues/1417))
11
+
- Show error message when dlv-dap fails to launch ([Issue 1413](https://github.com/golang/vscode-go/issues/1413))
12
+
- Corrected install instructions for dlv-dap in popup ([Issue 1395](https://github.com/golang/vscode-go/issues/1395))
13
+
14
+
## Code Health
15
+
- Updated latest version of dlv-dap and gopls (v0.6.10)
1
16
## v0.24.0 - 6th Apr, 2021
2
17
3
18
🧪 We re-enabled the option to use `dlv dap` (Delve's native DAP implementation) instead of the old debug
0 commit comments