Support NO_COLOR #4170
rolandtritsch
started this conversation in
Ideas
Replies: 1 comment
-
PR: #4246 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are using mill (with munit) in VSCode the build (and testing) output will (try to and fail to) display ANSI color codes in the
Debug Console
. munit supports the NO_COLOR env var. Mill obviously has the--color=false
flag, but that means that I have to configure two things (instead of one).If mill would support the NO_COLOR env var then it would all "just work".
The order of processing should be NO_COLOR first and the --color flag second (means with --color you can override NO_COLOR).
Happy to contribute a PR.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions