Skip to content

Commit d4cf0f0

Browse files
committed
[release] CHANGELOG.md: v0.24.2 changelog
Change-Id: Iaa8f1c736044eb9bd1e1eab6d0a53d09d4f97f22 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/311473 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent accd0fc commit d4cf0f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.24.2 - 19 Apr, 2021
2+
A list of all issues and changes can be found in the
3+
[v0.24.2 milestone](https://github.com/golang/vscode-go/issues?q=is%3Aissue+milestone%3Av0.24.2+is%3Aclosed).
4+
5+
### Fixes
6+
- Fixed regression in the `lintOnSave` feature. ([Issue 1429](https://github.com/golang/vscode-go/issues/1429))
7+
- Fixed `dlv-dap` installation to correcly use `GOBIN` environment variable. ([Issue 1430](https://github.com/golang/vscode-go/issues/1430))
8+
- Fixed duplicate error notifications when missing `dlv-dap`. ([Issue 1426](https://github.com/golang/vscode-go/issues/1426))
9+
10+
## Enhancements
11+
- Updated the minimum required dlv-dap version. The new version includes support for
12+
[`substitutePath`](https://github.com/golang/vscode-go/blob/master/docs/debugging.md#launch-configurations) and shadowed variable annotation.
13+
114
## v0.24.1 - 15 Apr, 2021
215

316
### Enhancements
@@ -13,6 +26,7 @@
1326

1427
## Code Health
1528
- Updated latest version of dlv-dap and gopls (v0.6.10)
29+
1630
## v0.24.0 - 6th Apr, 2021
1731

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

0 commit comments

Comments
 (0)