-
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
tree indent guidelines support #8298
Conversation
cea71eb
to
04be1dd
Compare
Co-authored-By: Kaiyue Pan <kaiyue.pan@ericsson.com> Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
04be1dd
to
8903412
Compare
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.
The changes work well, I verified with multiple trees in the application 👍
The only minor issue is the styling of the indent guideline is bit off given the tree (the indent guideline in respect to the collapse icon):
Explorer:
Problems:
Search:
I do think this is a minor issue however and something we can fix in the future if necessary.
Search looks off indeed, but other don't much different compare to VS Code. |
@akosyakov I don't think it's necessary, at least not for the moment (should not block the pull-request). |
@vince-fugnitto I would rather looking into normalising such trees with defaults and removing custom styling. It seems to be also only one case. I've checked other trees like scm, problems, outlines and could not understand why we need to change their styling. They looked aligned with the default implementation without changes. |
@akosyakov I agree as well, it'd be best if all trees were normalized this way and their behavior was consistent. |
merging tomorrow morning if no objections |
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.
The changes look pretty good to me. Tested on multiple views such as navigator, scm, problems, etc,
What it does
How to test
Review checklist
Reminder for reviewers