Skip to content

Commit

Permalink
chore(launch.json): fix json syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-hawk committed Sep 22, 2022
1 parent 79563b3 commit e9679ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"env": {"NODE_ENV": "dev"},
"runtimeExecutable": "yarn",
"runtimeArgs": ["dev"],
"outputCapture": "std",
"outputCapture": "std"
},
{
"name": "Debug Jest Tests",
Expand All @@ -21,7 +21,7 @@
"--no-cache"
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"internalConsoleOptions": "neverOpen"
}
]
}

0 comments on commit e9679ee

Please sign in to comment.