[Feature Request] - Support `noColor` in launcher.
See original GitHub issueDepending 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?
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?
_Originally posted by @ckipp01 in https://github.com/scalacenter/bloop/discussions/1372_
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
Yeah, it seems much less complex 😅