Skip to content

Commit 31a7a2d

Browse files
committed
fix(workspace): frontend debugging not working
!nuf
1 parent 1512e46 commit 31a7a2d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

monkeytype.code-workspace

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,18 @@
5656
{
5757
"type": "node",
5858
"request": "attach",
59-
"name": "Debug attach backend",
59+
"name": "Backend: Attach",
6060
"port": 9229,
61-
"skipFiles": ["<node_internals>/**"]
61+
"skipFiles": ["<node_internals>/**", "**/node_modules/**"]
6262
},
6363
{
64-
"name": "Vite Debugger",
6564
"type": "chrome",
6665
"request": "launch",
66+
"name": "Frontend: Open and Attach",
6767
"port": 9222,
68-
"url": "http://localhost:3000",
69-
"webRoot": "${workspaceFolder}/frontend/src"
68+
"skipFiles": ["**/node_modules/**"],
69+
"webRoot": "${workspaceFolder:frontend}/src",
70+
"url": "http://localhost:3000"
7071
}
7172
],
7273
"compounds": []

0 commit comments

Comments
 (0)