We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b30b3 commit 4b1a4c4Copy full SHA for 4b1a4c4
.vscode/launch.json
@@ -28,7 +28,7 @@
28
"type": "node",
29
"request": "launch",
30
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
31
- "args": ["out/test", "--no-timeouts"],
+ "args": ["out/test", "--no-timeouts", "--colors"],
32
"cwd": "${workspaceRoot}",
33
"sourceMaps": true,
34
"outDir": "${workspaceRoot}/out"
0 commit comments