-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[markers] fix false positive problem tabbar decorators #6132
Conversation
Fixes #6109 - fixes an issue where problem tabbar decorators wrongly display false positives - with the change, only `error` and `warning` decorators are displayed in the tabbar which is consistent with the problem decorators present in the explorer - with the change, only one decorator (max severity) is ever decorated (no need for unnecessary rendering) Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
@lmcbout could you please finish the review by testing, code-wise it looks to me, thank you! |
@akosyakov looking at it right now. |
I notice something, but code wise and performance, this PR is a good improvement. Steps:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works nicely
Performance in other issue is fine
Thank you for the review! 👍 |
What it does
Fixes #6109
error
andwarning
decorators are displayed in the tabbar whichis consistent with the problem decorators present in the explorer
How to test
errors
andwarnings
error
andwarning
only)explorer
Review checklist
Reminder for reviewers
Signed-off-by: Vincent Fugnitto vincent.fugnitto@ericsson.com