Replies: 1 comment
-
I think this would be great to have as an additional option to the launcher in |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Depending on the client, they may not support color in the way they are displaying test output during a debug session. For example, using Vimspector via coc-metals, the output is showing the escape codes. There are ways to disable color output via the cli etc, but as far as I can tell, there isn't a way to disable the colored logging, but also it seems that the
baseBspLogger
is actually created with it turned off anyways?bloop/frontend/src/main/scala/bloop/bsp/BloopBspServices.scala
Line 98 in f9fd96b
I don't fully see where it's then getting turned on, or what would be the recommended way to turn color off for DAP communication.
Basically, I'm trying to avoid this:

Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions