Skip to content

Commit

Permalink
overwrite .vscode/launch.json with template content
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 22, 2020
1 parent 53d956f commit 8e9c0b4
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 @@ -4,7 +4,7 @@
{
"type": "node",
"request": "launch",
"name": "Debug AVA test",
"name": "Debug AVA",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ava",
"runtimeArgs": [
"--serial",
Expand All @@ -16,4 +16,4 @@
]
}
]
}
}

0 comments on commit 8e9c0b4

Please sign in to comment.