.armaan.s..
Denoβ€’17mo agoβ€’
11 replies
.armaan.s.

Enable VSCode Testing color output?

When using the Testing panel in VSCode, how can I enable color output in the Test Results terminal output? I've tried changing settings.json

// .vscode/settings.json
{
  "deno.future": true,
  "deno.env": {
    "NO_COLOR": "0"
  },
  "deno.enablePaths": ["./backend"],
  "deno.config": "./backend/deno.json"
}


but that hasn't worked. When I log the NO_COLOR env var in the test, it's "1" and the output is plain white. Is it a bug or am I missing something?
Was this page helpful?