CHANGELOG.md: add missing entries for v0.44.0 * telemetry change * start to recognize debug.internalConsoleOption Change-Id: Ie4a366879a954ec14664da857da679cfcfa52d00 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/633955 Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> kokoro-CI: kokoro <noreply+kokoro@google.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf69b8..b9274ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ ### Changes * Gopls v0.17: The latest gopls version as of this release is [gopls v0.17](https://github.com/golang/tools/releases/tag/gopls%2Fv0.17.0). The extension settings documentation has been updated to align with the latest gopls settings. +* Increased the [Go telemetry](https://go.dev/doc/telemetry) prompt rate to 100%. +* Debugging: will not open Debug Console when `debug.internalConsoleOption` is `neverOpen`. ([CL 627675](https://go-review.googlesource.com/c/vscode-go/+/627675)) #### Tools installation