-
Notifications
You must be signed in to change notification settings - Fork 705
Add settings to control the icons used in Issues and PR tree views #6798
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for the PR @kabel. What is the benefit of having the |
I don't have a compelling reason. A few thoughts being:
|
49d4f13 to
eb19824
Compare
eb19824 to
dfef005
Compare
Implements the feature request microsoft#6641. Both tree views support an icon mode of `author` (default), `state`, or `generic`. `author` follows the existing logic prior to this setting, where we attempt to fetch a rounded avatar. PRs fall back to a GitHub icon and Issues fall back to state-specific icon. `state` will always use a state-specific icon that matches the Issue/PR type and state. `generic` will always use the GitHub icon for a PR and an uncolored issues theme icon for Issues.
dfef005 to
84c29ed
Compare
|
Thanks for your patience on this. I'm planning to review it on Friday when we open our main branch back up for August changes. |
|
@copilot I have sadly neglected this PR, which adds two settings for controlling which icon shows for view tree items: one setting for PRs and the other for issues. In the time since this PR was created, a setting was added which covers part of the feature for issues, but it's missing the
|




Implements the feature request #6641.
Both tree views support an icon mode of
author(default),state, orgeneric.authorfollows the existing logic prior to this setting, where we attempt to fetch a rounded avatar. PRs fall back to a GitHub icon and Issues fall back to state-specific icon.statewill always use a state-specific icon that matches the Issue/PR type and state.genericwill always use the GitHub icon for a PR and an uncolored issues theme icon for Issues.