mirror of
https://github.com/actions/upload-artifact.git
synced 2026-02-16 12:31:45 +00:00
chore: add duplicate configuration for attaching to Chrome in launch.json
This commit is contained in:
parent
af2cafef8d
commit
1f746c2b9b
1 changed files with 8 additions and 0 deletions
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
|
|
@ -8,6 +8,14 @@
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"webRoot": "${workspaceFolder}"
|
"webRoot": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Attach to Chrome",
|
||||||
|
"port": 9222,
|
||||||
|
"request": "attach",
|
||||||
|
"type": "chrome",
|
||||||
|
"webRoot": "
|
||||||
|
"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Attach to Chrome",
|
"name": "Attach to Chrome",
|
||||||
"port": 9222,
|
"port": 9222,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue