Skip to content

Commit

Permalink
Remove VS Code launch config for istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored May 27, 2024
1 parent 6d0bff9 commit fda6416
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,6 @@
"console": "internalConsole",
"skipFiles": ["<node_internals>/**/*.js"],
"showAsyncStacks": true
},
{
"name": "Coverage",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/istanbul/lib/cli.js",
"stopOnEntry": false,
"args": ["cover", "${workspaceRoot}/node_modules/mocha/bin/_mocha", "${workspaceRoot}/test/unit/**/*.js"],
"cwd": "${workspaceRoot}",
"runtimeExecutable": null,
"runtimeArgs": ["--nolazy"],
"env": {
"NODE_ENV": "localhost"
},
"console": "internalConsole"
},
{
"type": "node",
"request": "launch",
"name": "Launch in WSL",
"useWSL": true,
"program": "${workspaceFolder}/index.js"
}
]
}

0 comments on commit fda6416

Please sign in to comment.