chore: add multiple configurations for attaching to Chrome in launch.json

pull/750/head
khaliaothman298-afk 2026-01-08 16:44:31 -08:00
parent 1f746c2b9b
commit 338abc225f
1 changed files with 29 additions and 0 deletions

29
.vscode/launch.json vendored
View File

@ -1,6 +1,35 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"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": "
"
},
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach to Chrome",
"port": 9222,