chore: update launch configuration for Jest debugging

pull/750/head
khaliaothman298-afk 2026-01-08 16:41:47 -08:00
parent 19484f0a58
commit af2cafef8d
1 changed files with 14 additions and 0 deletions

14
.vscode/launch.json vendored
View File

@ -8,6 +8,20 @@
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"type": "node",