question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] - Support `noColor` in launcher.

See original GitHub issue

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?

https://github.com/scalacenter/bloop/blob/f9fd96b8fa655474485cfc91cead432e7cfb69bf/frontend/src/main/scala/bloop/bsp/BloopBspServices.scala#L98

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: Screenshot 2020-09-12 at 10 26 55

Any thoughts?

_Originally posted by @ckipp01 in https://github.com/scalacenter/bloop/discussions/1372_

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tgodzikcommented, Mar 23, 2021

This one is solved in Metals, so I don’t think we will be working on it in Bloop as that will require a lot more effort. We can reopen once this becomes an issue again.

0reactions
tgodzikcommented, Mar 11, 2021

@ckipp01 uch, I think it will. We would need a per client setting.

your idea to do this in Metals is looking more and more appealing to me.

Yeah, it seems much less complex 😅

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Request a Feature / Report a Bug
1. Be prepared that your request is getting rejected. It's not that we don't care about improving the launcher or want to be...
Read more >
Nova Launcher on Twitter: "If you have features requests, bug ...
If you have features requests, bug reports or anything else you'd like to get in touch ... the best way to do so...
Read more >
[MCL-20511] No customization like color and background ...
No customization like color and background change in the new microsoft store launcher ; Resolution: Invalid ; Fix Version/s: None ; Affects Version ......
Read more >
Configuring the appearance of the Web Widget - Zendesk help
The widget's edit page opens. Click the Style tab and configure the following settings: Primary color , the main color of the launcher...
Read more >
Adaptive icons - Android Developers
If a user has enabled themed app icons (in other words, turned on the Themed icons toggle in system settings), and the launcher...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found