-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LiveLogger] Tweak terminal UI to focus on in-progress work #8379
Comments
For point 1, does that mean also hiding warnings and high priority messages (including output) for finished projects? |
I don't think we know that for sure yet. I lean toward keeping them (if there's room after all the more-likely-to-be-relevant-now stuff). |
I think there's a progression we can go through here. It'd be great to have that level of detail but it's not easily exposed in the logging we have today.
|
Fixes #8379 Co-authored-by: Eduardo Villalpando Mello <t-eduardov@microsoft.com> Co-authored-by: Rainer Sigwald <raines@microsoft.com> Co-authored-by: Forgind <Forgind@users.noreply.github.com>
The current LiveLogger display can struggle with long lists of projects, pushing information about currently-building projects off of the screen. We should address this by collapsing information into three sections, focusing on in-flight projects.
The viewable area of the screen should contain three kinds of information:
MSBuild
task on other project(s) - we should explicitly state this on these lines. The below is an example, but the core idea is to identify the dependent projects, and the specified target. There may be zero of these lines, depending on the point in time we're looking at.The text was updated successfully, but these errors were encountered: