mirror of
https://github.com/actions/upload-artifact.git
synced 2026-02-20 06:53:37 +00:00
chore: add duplicate configuration for attaching to Chrome in launch.json
This commit is contained in:
parent
af2cafef8d
commit
1f746c2b9b
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 New Issue
Block a user