Skip to content

Commit

Permalink
launch
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Jan 3, 2025
1 parent 8d02028 commit 4092eba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "0.2.0",
"configurations": [
{
"args": [
"--colors",
"${workspaceFolder}/test",
"-R",
"spec",
"--exit"
],
"internalConsoleOptions": "openOnSessionStart",
"name": "Mocha Tests",
"program": "./node_modules/mocha/bin/mocha.js",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
}
]
}

0 comments on commit 4092eba

Please sign in to comment.