chore: add duplicate configuration for attaching to Chrome in launch.json

pull/750/head
khaliaothman298-afk 2026-01-08 16:41:53 -08:00
parent af2cafef8d
commit 1f746c2b9b
1 changed files with 8 additions and 0 deletions

8
.vscode/launch.json vendored
View File

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