Skip to content

Commit

Permalink
update IDE settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Apr 26, 2019
1 parent 3faeabb commit f7242f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/index.js"
"program": "${workspaceFolder}/index.js",
"console": "externalTerminal"
}
]
}

0 comments on commit f7242f8

Please sign in to comment.