Skip to content

Commit

Permalink
Amended debugging task
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantachai Saothong (Manta) committed Apr 27, 2017
1 parent ca96d32 commit 79ac34b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@
{
"type": "node",
"request": "launch",
"name": "Test",
"name": "Run all specs",
"program": "${workspaceRoot}\\test\\runner.js"
},
{
"type": "node",
"request": "attach",
"name": "Attach to Port",
"address": "localhost",
"port": 5858
}
]
}

0 comments on commit 79ac34b

Please sign in to comment.