Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added open file debug option
  • Loading branch information
aa7401 committed Oct 8, 2019
1 parent 53fc0b6 commit 357f86f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/launch.json
Expand Up @@ -2,6 +2,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Current Opened File",
"program": "${file}"
},
{
"type": "node",
"request": "launch",
Expand Down

0 comments on commit 357f86f

Please sign in to comment.