mirror of
https://github.com/actions/upload-artifact.git
synced 2026-02-19 14:01:44 +00:00
chore: update launch configuration for Jest debugging
This commit is contained in:
parent
b7c566a772
commit
19484f0a58
1 changed files with 42 additions and 34 deletions
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 a new issue