Skip to content

Commit

Permalink
Add VSCode debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Nov 18, 2020
1 parent efdd9e0 commit 5764347
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Demo",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/test/demo.js"
}
]
}

0 comments on commit 5764347

Please sign in to comment.