Skip to content

Commit 8190ad6

Browse files
committed
CHANGELOG.md: fix delve version used in v0.40.0 release
delve v1.21 was used. And update some wording per adonovan's suggestion. For #3035 Fixes #3054 Change-Id: I36a44f947e9b19fb2819aba9b8b4e19144225c5e Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/544056 Reviewed-by: Alan Donovan <[email protected]> TryBot-Result: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
1 parent ed92a0c commit 8190ad6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
## v0.40.0 - 15 Nov, 2023
22

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
44
about the performance and stability of the extension and the language server it employs.
55
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
77
by either responding to the prompt or running the following command:
88

99
```
1010
go run golang.org/x/telemetry/cmd/gotelemetry@latest on
1111
```
1212

1313
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
1515
[https://telemetry.go.dev/privacy](https://telemetry.go.dev) and in the
1616
[gopls v0.14 release notes(https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0).
1717

@@ -44,7 +44,7 @@ delve. This should help with bugs related to parsing the string of buildFlags, s
4444

4545
* The "Go: Toggle Hide System Goroutines" command was added to make it easier to switch between
4646
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
4848
"hideSystemGoroutines" in either the launch.json or in the "go.delveConfig" setting.
4949
([Issue 1797](https://github.com/golang/vscode-go/issues/1797#issuecomment-1762145244))
5050

@@ -63,7 +63,7 @@ other environment variables as well. ([Issue 1902](https://github.com/golang/vsc
6363
The README.md provides a list of VS Code and Go version requirements.
6464
* For tools installation managed by the extension, you need go1.18 or a newer version.
6565
([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.
6767

6868
### Thanks
6969

0 commit comments

Comments
 (0)