Skip to content

Commit c5070dc

Browse files
committed
CHANGELOG.md: v0.25.1 updates
Change-Id: Ie3f359e9475400f0b5e888921917a8008b6307f5 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/322289 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 b79bdf9 commit c5070dc

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.25.1 - 24 May, 2021
2+
3+
A list of all issues and changes can be found in the [v0.25.1 milestone](https://github.com/golang/vscode-go/issues?q=is%3Aissue+milestone%3Av0.25.1+is%3Aclosed).
4+
5+
### Fixes
6+
- Change the default path separator to `/` when applying `substitutePath` debug configuration. ([Issue 1497](https://github.com/golang/vscode-go/issues/1497))
7+
- Warn users when `go.goroot` setting is used. ([Issue 1501](https://github.com/golang/vscode-go/issues/1501))
8+
9+
### Enhancements
10+
- Update to latest version of `dlv-dap`. Some of newest additions to `dlv dap` include optimized function detection, exception info, pause, function breakpoints while running, evaluate over hover, set variables. Documentation of current features and limitations can be found in [the documentation](https://github.com/golang/vscode-go/blob/master/docs/dlv-dap.md).
11+
- Adjusted feedback survey prompt probability.
12+
13+
### Thanks
14+
Thanks for the contribution, @suzmue, @fflewddur!
15+
116
## v0.25.0 - 12 May, 2021
217

318
A list of all issues and changes can be found in the

0 commit comments

Comments
 (0)