Skip to content

Commit cffd213

Browse files
committed
[release] CHANGELOG.md: for v0.24.0
Updates #1386 Change-Id: Ie87270f9be9d989b4f652a82d30948a5cfd34aa8 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/307591 Trust: Hyang-Ah Hana Kim <[email protected]> Trust: Suzy Mueller <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 00ca409 commit cffd213

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## v0.24.0 - 6th Apr, 2021
2+
3+
🧪 We re-enabled the option to use `dlv dap` (Delve's native DAP implementation) instead of the old debug
4+
adapter when debugging go code. See [the documentation](https://github.com/golang/vscode-go/blob/master/docs/dlv-dap.md#how-to-use-dlv-dap)
5+
to learn more about Delve's native DAP implementation, and how to choose `dlv dap`.
6+
7+
Full list of issues and changes can be found in the [v0.24.0 milestone](https://github.com/golang/vscode-go/milestone/25) and the [changes since v0.23.3](https://github.com/golang/vscode-go/compare/v0.23.3...release).
8+
9+
### Enhancements
10+
* Supports custom format tools when gopls is enabled. ([Issue 1238](https://github.com/golang/vscode-go/issues/1238))
11+
* Allows to use `dlv dap` for debugging.
12+
13+
### Fixes
14+
* Do not lint with `staticcheck` if it is enabled in `gopls`. ([CL 301053](https://go-review.googlesource.com/c/vscode-go/+/301053))
15+
* Use `go list` to check availability of newly released gopls. ([CL 295418](https://go-review.googlesource.com/c/vscode-go/+/295418))
16+
* Use `go env -json` to query go env variables. ([CL 301730](https://go-review.googlesource.com/c/vscode-go/+/301730))
17+
* Include gopls, go versions and OS info to the opt-out survey.
18+
19+
### Code Health
20+
21+
* npm audit fix
22+
* Removed the deprecated `go.overwriteGoplsMiddleware` setting.
23+
* Added more testing for debug features using dlv-dap.
24+
25+
### Thanks
26+
27+
Thanks for the contributions, @hoanggc, @suzmue, @rstambler, @polinasok!
28+
129
## v0.23.3 - 19th Mar, 2021
230

331
### Enhancements

0 commit comments

Comments
 (0)