Skip to content

Commit 4b1a4c4

Browse files
committed
Add colors to launch.json
1 parent 92b30b3 commit 4b1a4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "node",
2929
"request": "launch",
3030
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
31-
"args": ["out/test", "--no-timeouts"],
31+
"args": ["out/test", "--no-timeouts", "--colors"],
3232
"cwd": "${workspaceRoot}",
3333
"sourceMaps": true,
3434
"outDir": "${workspaceRoot}/out"

0 commit comments

Comments
 (0)