File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ traces to [telemetry.go.dev](https://telemetry.go.dev). You can inspect what
148
148
data is collected and can be uploaded by running:
149
149
150
150
```
151
- go run golang.org/x/telemetry/cmdgotelemetry @latest view
151
+ go run golang.org/x/telemetry/cmd/gotelemetry @latest view
152
152
```
153
153
154
154
If we get enough adoption, this data can significantly advance the pace of
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This extension uses Delve for its debug/test functionalities. The extension curr
35
35
36
36
For a comprehensive overview of how to debug your Go programs, please see the [ debugging guide] ( ./debugging.md ) .
37
37
38
- ### [ ` vscgo ` ] ( https://pkg.go.dev/github.com/golang/vscode-go/cmd/ vscgo )
38
+ ### [ ` vscgo ` ] ( https://pkg.go.dev/github.com/golang/vscode-go/vscgo )
39
39
40
40
This tool provides utilities needed by this extension but do not belong to the language server
41
41
or debug adapter server. Examples include dependency tools management, developer survey
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ history](https://github.com/golang/vscode-go/compare/v0.40.3...v0.41.0).
59
59
* The extension does not require ` dlv ` installation until the debug feature is
60
60
invoked.
61
61
* The extension now installs
62
- [ ` vscgo ` ] ( https://pkg.go.dev/github.com/golang/vscode-go/cmd/ vscgo ) , an
62
+ [ ` vscgo ` ] ( https://pkg.go.dev/github.com/golang/vscode-go/vscgo ) , an
63
63
optional tool used to [ update the Go telemetry
64
64
counters] ( https://github.com/golang/vscode-go/issues/3121 ) . This tool is
65
65
installed in the extension's directory.
You can’t perform that action at this time.
0 commit comments