Skip to content

Commit

Permalink
🐛 FIX: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Apr 30, 2020
1 parent 01be646 commit d7ca7e4
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug corona-cli",
"type": "node",
"request": "launch",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/index.js",
"args": [
"states",
"--bar",
"buildOutput/JavaScript1.js",
"--sort",
"per-million"
]
"program": "${workspaceFolder}/index.js"
// "args": [
// "states",
// "--bar",
// "buildOutput/JavaScript1.js",
// "--sort",
// "per-million"
// ]
}
]
}

0 comments on commit d7ca7e4

Please sign in to comment.