Skip to content

Commit 89d3447

Browse files
committed
fix colorized unit tests debug target
1 parent b0d714d commit 89d3447

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@
216216
"cwd": "${workspaceFolder}",
217217
"outFiles": [
218218
"${workspaceFolder}/out/**/*.js"
219-
]
219+
],
220+
"env": {
221+
"MOCHA_COLORS": "true"
222+
}
220223
},
221224
{
222225
"type": "node",
@@ -279,4 +282,4 @@
279282
]
280283
},
281284
]
282-
}
285+
}

0 commit comments

Comments
 (0)