Skip to content

Commit a7a34ac

Browse files
suzmuehyangah
authored andcommitted
[release] Update CHANGELOG and LICENSE for v0.24.1
Change-Id: I65a89512746475cc8424114696f28d0985adf601 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/310178 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent bb9b57c commit a7a34ac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
116
## v0.24.0 - 6th Apr, 2021
217

318
🧪 We re-enabled the option to use `dlv dap` (Delve's native DAP implementation) instead of the old debug

0 commit comments

Comments
 (0)