1
1
## v0.40.0 - 15 Nov, 2023
2
2
3
- This extension utilizes [ Go Telemetry] ( https://telemetry.go.dev/privacy ) to gather insights
3
+ This extension uses [ Go Telemetry] ( https://telemetry.go.dev/privacy ) to gather insights
4
4
about the performance and stability of the extension and the language server it employs.
5
5
By default, Telemetry uploading is disabled, but starting from this version,
6
- a small number of users will be prompted to enable it. Users can enable telemetry uploading
6
+ a small number of users will be prompted to enable it. Users can enable uploading of telemetry data
7
7
by either responding to the prompt or running the following command:
8
8
9
9
```
10
10
go run golang.org/x/telemetry/cmd/gotelemetry@latest on
11
11
```
12
12
13
13
Once uploading is enabled, the data will be sent to https://telemetry.go.dev
14
- on a weekly basis . You can find more information about this process at
14
+ each week . You can find more information about this process at
15
15
[ https://telemetry.go.dev/privacy ] ( https://telemetry.go.dev ) and in the
16
16
[ gopls v0.14 release notes(https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0 ).
17
17
@@ -44,7 +44,7 @@ delve. This should help with bugs related to parsing the string of buildFlags, s
44
44
45
45
* The "Go: Toggle Hide System Goroutines" command was added to make it easier to switch between
46
46
showing / hiding the system goroutines in the callstack view. This command is also
47
- available in the callstack context menu. The default setting can also be updated by updating
47
+ available in the callstack context menu. The default setting can be updated by updating
48
48
"hideSystemGoroutines" in either the launch.json or in the "go.delveConfig" setting.
49
49
([ Issue 1797] ( https://github.com/golang/vscode-go/issues/1797#issuecomment-1762145244 ) )
50
50
@@ -63,7 +63,7 @@ other environment variables as well. ([Issue 1902](https://github.com/golang/vsc
63
63
The README.md provides a list of VS Code and Go version requirements.
64
64
* For tools installation managed by the extension, you need go1.18 or a newer version.
65
65
([ Issue 2898] ( golang/vscode-go#2898 ) )
66
- * The extension has been tested with gopls v0.14 and delve v0 .21.
66
+ * The extension has been tested with gopls v0.14 and delve v1 .21.
67
67
68
68
### Thanks
69
69
0 commit comments