mirror of
https://github.com/actions/upload-artifact.git
synced 2026-02-20 06:53:37 +00:00
chore: update launch configuration for Jest debugging
This commit is contained in:
parent
19484f0a58
commit
af2cafef8d
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 New Issue
Block a user