Skip to content

Commit

Permalink
update debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Jun 10, 2018
1 parent 4656640 commit 8183ec7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.2.0",
"configurations": [
{
/* {
"type": "node",
"request": "launch",
"name": "Jasmine Tests",
Expand All @@ -10,6 +10,13 @@
"${workspaceFolder}/test/encode_test.js"
],
"internalConsoleOptions": "openOnSessionStart"
} */
{
"type": "node",
"request": "launch",
"name": "Jasmine Tests",
"program": "${workspaceFolder}/src/testParser.js",
"internalConsoleOptions": "openOnSessionStart"
}
]

Expand Down

0 comments on commit 8183ec7

Please sign in to comment.