chore: add duplicate configuration for attaching to Chrome in launch.json
parent
af2cafef8d
commit
1f746c2b9b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue