Skip to content

Commit a5f8780

Browse files
emmanuel-ferdmangopherbot
authored andcommitted
docs: update debugging references
# PR Summary Commit 690cf2e moved the location of some of the debugging files. This PR adjusts sources to changes. Change-Id: I082dee1c653f98149fd50bb733fc41fa3d6e93b0 GitHub-Last-Rev: 4c36af8 GitHub-Pull-Request: #3585 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/624135 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> kokoro-CI: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]>
1 parent 97b664f commit a5f8780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,9 +1134,9 @@ package. Follow Delve project's
11341134
to send PRs.
11351135

11361136
Code for integration with the Go extension is mostly in
1137-
[`src/goDebugFactory.ts`](https://github.com/golang/vscode-go/blob/master/src/goDebugFactory.ts)
1137+
[`src/goDebugFactory.ts`](https://github.com/golang/vscode-go/blob/master/extension/src/goDebugFactory.ts)
11381138
and tests are in
1139-
[`test/integration/goDebug.test.ts`](https://github.com/golang/vscode-go/blob/master/test/integration/goDebug.test.ts).
1139+
[`test/integration/goDebug.test.ts`](https://github.com/golang/vscode-go/blob/master/extension/test/integration/goDebug.test.ts).
11401140
Please take a look at VS Code Go project's
11411141
[contribution guideline](contributing.md) to learn about how to prepare a change
11421142
and send it for review.

0 commit comments

Comments
 (0)