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
148148data is collected and can be uploaded by running:
149149
150150```
151- go run golang.org/x/telemetry/cmdgotelemetry @latest view
151+ go run golang.org/x/telemetry/cmd/gotelemetry @latest view
152152```
153153
154154If 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
3535
3636For a comprehensive overview of how to debug your Go programs, please see the [ debugging guide] ( ./debugging.md ) .
3737
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 )
3939
4040This tool provides utilities needed by this extension but do not belong to the language server
4141or 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).
5959* The extension does not require ` dlv ` installation until the debug feature is
6060 invoked.
6161* 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
6363 optional tool used to [ update the Go telemetry
6464 counters] ( https://github.com/golang/vscode-go/issues/3121 ) . This tool is
6565 installed in the extension's directory.
You can’t perform that action at this time.
0 commit comments