Skip to content

Commit 5b4bc67

Browse files
committed
update vscode config
1 parent 124eae0 commit 5b4bc67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/workers/testing/vitest-integration/debugging.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ To setup VS Code for breakpoint debugging in your Worker tests, you can create a
6464
"type": "node",
6565
"request": "attach",
6666
"port": 9229,
67-
"cwd": "/"
67+
"cwd": "/",
68+
"resolveSourceMapLocations": null,
69+
"attachExistingChildren": false,
70+
"autoAttachChildProcesses": false,
6871
}
6972
],
7073
"compounds": [

0 commit comments

Comments
 (0)