We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1512e46 commit 31a7a2dCopy full SHA for 31a7a2d
monkeytype.code-workspace
@@ -56,17 +56,18 @@
56
{
57
"type": "node",
58
"request": "attach",
59
- "name": "Debug attach backend",
+ "name": "Backend: Attach",
60
"port": 9229,
61
- "skipFiles": ["<node_internals>/**"]
+ "skipFiles": ["<node_internals>/**", "**/node_modules/**"]
62
},
63
64
- "name": "Vite Debugger",
65
"type": "chrome",
66
"request": "launch",
+ "name": "Frontend: Open and Attach",
67
"port": 9222,
68
- "url": "http://localhost:3000",
69
- "webRoot": "${workspaceFolder}/frontend/src"
+ "skipFiles": ["**/node_modules/**"],
+ "webRoot": "${workspaceFolder:frontend}/src",
70
+ "url": "http://localhost:3000"
71
}
72
],
73
"compounds": []
0 commit comments