Skip to content

Commit b9f1961

Browse files
committed
[release] Update CHANGELOG
Change-Id: I3b048e008e81b91358ca2e0cf5797102a285d5cb Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/319349 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> (cherry picked from commit 7fb07cb) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/319353
1 parent 64592bc commit b9f1961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.25.0 - 08 May, 2021
1+
## v0.25.0 - 12 May, 2021
22

33
A list of all issues and changes can be found in the
44
[v0.25.0 milestone](https://github.com/golang/vscode-go/issues?q=is%3Aissue+milestone%3Av0.25.0+is%3Aclosed).
@@ -8,7 +8,7 @@ If you have a feature requests for this extension, please file it through the gi
88
### Enhancements
99
- Update to latest version of `dlv-dap`. Documentation of current features and limitations can be found in [the documentation](https://github.com/golang/vscode-go/blob/master/docs/dlv-dap.md)
1010
- Add debug previous command ([Issue 798](https://github.com/golang/vscode-go/issues/798))
11-
- Add command to run `go mod init` ([Issue 1449](https://github.com/golang/vscode-go/issues/1449))
11+
- Add `Go: Initialize go.mod` command to run `go mod init` in the current workspace folder ([Issue 1449](https://github.com/golang/vscode-go/issues/1449))
1212
- Use `program` in debug configuration to determine mode in `auto` ([Issue 1422](https://github.com/golang/vscode-go/issues/1422))
1313
- Auto update `dlv-dap` if autoUpdates enabled ([Issue 1404](https://github.com/golang/vscode-go/issues/1404))
1414
- Set `editor.suggest.snippetsPreventQuickSuggestions` to false by default to enable code completion and quick suggestions inside a snippet ([Issue 839](https://github.com/golang/vscode-go/issues/839))

0 commit comments

Comments
 (0)