DenoDDeno
Powered by
.armaan.s..
Denoβ€’2y 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
settings.json


// .vscode/settings.json
{
  "deno.future": true,
  "deno.env": {
    "NO_COLOR": "0"
  },
  "deno.enablePaths": ["./backend"],
  "deno.config": "./backend/deno.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
NO_COLOR
env var in the test, it's
"1"
"1"
and the output is plain white. Is it a bug or am I missing something?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

vscode run Deno: Initialize Workspace & Deno: Enable still no joy
Shawn FullerSShawn Fuller / help
2y ago
how can I enable Deno vscode all inlay hints at once?
divyDdivy / help
4y ago
VSCode Test Debugging
IndustrialIIndustrial / help
3y ago