Skip to content

Commit

Permalink
overwrite {{entry.name}} with template content
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 23, 2020
1 parent 585a7f8 commit 4c4df3c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug AVA test",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ava",
"runtimeArgs": [
"${file}"
],
"outputCapture": "std",
"skipFiles": [
"<node_internals>/**/*.js"
]
}
]
}

0 comments on commit 4c4df3c

Please sign in to comment.