Skip to content

Commit f17266e

Browse files
committed
CHANGELOG.md: change log for v0.40.1
For #3098 Change-Id: I3a123b99269cbaa6ce593b000da1f430e9839df0 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/551475 Reviewed-by: Peter Weinberger <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent c37e0fe commit f17266e

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## v0.40.1 - 21 Dec, 2023
2+
3+
This is a point release to fix minor bugs. A comprehensive list of bug fixes and
4+
changes can be found in
5+
[the milestone](https://github.com/golang/vscode-go/milestone/60) and
6+
[the commit history](https://github.com/golang/vscode-go/compare/v0.40.0...v0.40.1).
7+
8+
### Changes
9+
10+
* We adjusted the extension activation behavior. The extension will not be
11+
activated until Go files are open or the extension's commands are invoked.
12+
([Issue 3038](https://github.com/golang/vscode-go/issues/3038), and
13+
[2164](https://github.com/golang/vscode-go/issues/2164)).
14+
* The [`GOTOOLCHAIN`](https://go.dev/doc/toolchain) environment variable is
15+
shown from the [Go explorer
16+
view](https://github.com/golang/vscode-go/wiki/ui#go-explorer-view).
17+
18+
### Fixes
19+
20+
* [Pprof result viewer](https://github.com/golang/vscode-go/wiki/features#profiling)
21+
now works with the [remote development setup](https://code.visualstudio.com/docs/remote/remote-overview).
22+
([Issue 3090](https://github.com/golang/vscode-go/issues/3090)).
23+
* Subtests that include regexp metacharacters in their names are now properly
24+
handled. ([Issue 2624](https://github.com/golang/vscode-go/issues/2624),
25+
[3070](https://github.com/golang/vscode-go/issues/3070))
26+
* When the extension detects `go` installed by snap, it will use
27+
`/snap/go/current/bin/go` as the go command path to work around a bug in
28+
snapd. ([Issue 166](https://github.com/golang/vscode-go/issues/166)).
29+
* We enhanced the automated issue reporting feature to be robust in collecting
30+
gopls crash logs and handling transient errors during gopls upgrade.
31+
([Issue 984](https://github.com/golang/vscode-go/issues/984),
32+
[2690](https://github.com/golang/vscode-go/issues/2690)).
33+
* The extension now respects user's `editor.parameterHints.enabled` and shows
34+
parameter hints after completion only if it is enabled.
35+
([Issue 3071](https://github.com/golang/vscode-go/issues/3071))
36+
* Ran `npm audit fix` and that updated `semver` and `word-wrap` dependencies.
37+
([CL 551055](https://go.dev/cl/551055)).
38+
39+
### Thanks
40+
41+
Thank you for your contribution @tekig, @rogeryk, @suzmue, @hyangah!
42+
143
## v0.40.0 - 15 Nov, 2023
244

345
This extension uses [Go Telemetry](https://telemetry.go.dev/privacy) to gather insights
@@ -13,7 +55,7 @@ go run golang.org/x/telemetry/cmd/gotelemetry@latest on
1355
Once uploading is enabled, the data will be sent to https://telemetry.go.dev
1456
each week. You can find more information about this process at
1557
[https://telemetry.go.dev/privacy](https://telemetry.go.dev) and in the
16-
[gopls v0.14 release notes(https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0).
58+
[gopls v0.14 release notes](https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0).
1759

1860
A comprehensive list of changes can be found in the complete
1961
[commit history](https://github.com/golang/vscode-go/compare/v0.40.0...v0.39.1).

0 commit comments

Comments
 (0)