Release 0.38.0
v0.38.0 - 28 Feb, 2023
This release adds default go
tasks to help build and test your Go projects.
A list of all issues and changes can be found in the v0.38.0 milestone and commit history.
Changes
- Added default go task provider (Issue 194)
- Updated pinned golangci-lint version to fix memory leak issue with Go 1.20 (Issue 2654)
- gopls releases will now have a staged rollout in VS Code (CL 468497)
- Added extension keywords to make this extension easier to find in the VS Code Extension Marketplace (Issue 2657)
- Deleted the broken references codelens code (Issue 2519)
- Added support to handle missing variables in legacy debug adapter gracefully (Issue 2397)
Development process updates
- Upgraded esbuild to support s390x (Issue 2668)
- Use --profile-temp for testing with clean env (Issue 2458)
Thanks
Thank you for your contribution, @ankon, @hyangah, @jamalc, and @suzmue!