You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the line to be removed, unless there is a specific reason it must be disabled. Otherwise, move it up 6 lines, just before the Object.assign line so that is can be overridden by the deno.env setting, like
I would like the VSCode Test Results output to be in color. I'm not able to override the
NO_COLOR
environment variable insettings.json
, likeThis has no effect. The output remains in plain white.
https://github.com/denoland/vscode_deno/blame/2c5964d14f44c3155da255fb7d5d63326c0761a8/client/src/commands.ts#L151
This is the line to be removed, unless there is a specific reason it must be disabled. Otherwise, move it up 6 lines, just before the
Object.assign
line so that is can be overridden by thedeno.env
setting, likeOr maybe add a
deno.color
boolean variable to the VSCode settings. Just please allow some way to enable color outputs.The text was updated successfully, but these errors were encountered: