Skip to content

Commit e046798

Browse files
committed
CHANGELOG: update CHANGELOG for v0.38.0 release
For #2677 Change-Id: I35be8c34e99eca10e5fe0af3c8617bac41675f24 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/470335 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent ab0569c commit e046798

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v0.38.0 - 23 Feb, 2023
2+
3+
This release adds default `go` tasks to help build and test your Go projects.
4+
5+
A list of all issues and changes can be found in the [v0.38.0 milestone](https://github.com/golang/vscode-go/milestone/50) and [commit history](https://github.com/golang/vscode-go/compare/v0.37.1...v0.38.0).
6+
7+
### Changes
8+
- Added default go task provider ([Issue 194](https://github.com/golang/vscode-go/issues/194)) <!-- CL 467697 -->
9+
- Updated pinned golangci-lint version to fix memory leak issue with Go 1.20 ([Issue 2654](https://github.com/golang/vscode-go/issues/2654))
10+
- gopls releases will now have a staged rollout in VS Code ([CL 468497](http://go.dev/cl/468497)) <!-- CL 468497 -->
11+
- Added extension keywords to make this extension easier to find in the VS Code Extension Marketplace ([Issue 2657](https://github.com/golang/vscode-go/issues/2657)) <!-- CL 467698 -->
12+
- Deleted the broken references codelens code ([Issue 2519](https://github.com/golang/vscode-go/issues/2519)) <!-- CL 464098 -->
13+
- Added support to handle missing variables in legacy debug adapter gracefully ([Issue 2397](https://github.com/golang/vscode-go/issues/2397)) <!-- CL 462289 -->
14+
15+
### Development process updates
16+
- Upgraded esbuild to support s390x ([Issue 2668](https://github.com/golang/vscode-go/issues/2668)) <!-- CL 469915 -->
17+
- Use --profile-temp for testing with clean env ([Issue 2458](https://github.com/golang/vscode-go/issues/2458)) <!-- CL 468496 -->
18+
19+
### Thanks
20+
21+
Thank you for your contribution, @ankon, @hyangah, @jamalc, and @suzmue!
22+
123
## v0.37.1 - 17 Jan, 2023
224

325
### Fixes

0 commit comments

Comments
 (0)