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
b7c566a772
commit
19484f0a58
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -1,6 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Attach to Chrome",
|
||||||
|
"port": 9222,
|
||||||
|
"request": "attach",
|
||||||
|
"type": "chrome",
|
||||||
|
"webRoot": "${workspaceFolder}"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user