mirror of
https://github.com/actions/upload-artifact.git
synced 2026-02-14 03:27:24 +00:00
chore: update launch configuration for Jest debugging
This commit is contained in:
parent
19484f0a58
commit
af2cafef8d
1 changed files with 14 additions and 0 deletions
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
|
|
@ -8,6 +8,20 @@
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"webRoot": "${workspaceFolder}"
|
"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": "${workspaceFolder}"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue