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
+
1
43
## v0.40.0 - 15 Nov, 2023
2
44
3
45
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
13
55
Once uploading is enabled, the data will be sent to https://telemetry.go.dev
14
56
each week. You can find more information about this process at
15
57
[ 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 ) .
17
59
18
60
A comprehensive list of changes can be found in the complete
19
61
[ commit history] ( https://github.com/golang/vscode-go/compare/v0.40.0...v0.39.1 ) .
0 commit comments