diff --git a/.vscode/launch.json b/.vscode/launch.json index 1d8207865fd..d1f55fc1dbb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -216,7 +216,10 @@ "cwd": "${workspaceFolder}", "outFiles": [ "${workspaceFolder}/out/**/*.js" - ] + ], + "env": { + "MOCHA_COLORS": "true" + } }, { "type": "node", @@ -279,4 +282,4 @@ ] }, ] -} \ No newline at end of file +}