Skip to content

Commit 4c36af8

Browse files
docs: update debugging references
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 866878e commit 4c36af8

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)