Skip to content
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

Test Settings Profiles UX #161792

Closed
3 tasks done
sandy081 opened this issue Sep 26, 2022 · 1 comment
Closed
3 tasks done

Test Settings Profiles UX #161792

sandy081 opened this issue Sep 26, 2022 · 1 comment

Comments

@sandy081
Copy link
Member

sandy081 commented Sep 26, 2022

Refs: #155067

Complexity: 3

Create Issue


VS Code now shows Settings Profiles indicator at the bottom of the Activity bar. By default, the first two characters of the profile name is shown in the indicator. You can also customise it any two characters / an Emoji / a codicon. VS Code shows a default indicator when on default settings profile.

  • Test that this indicator is rendered appropriately when customised or switched between profiles. You can provide a codicon too in the format $(${codicon}).
  • Test customising the colours of this indicator using activityBarItem.settingsProfilesForeground and activityBarItem.settingsProfilesHoverForeground tokens. Eg:
"workbench.colorCustomizations": {
		"activityBarItem.settingsProfilesForeground": "#b04444",
		"activityBarItem.settingsProfilesHoverForeground": "#23c456",
}
@aiday-mar
Copy link
Contributor

Cool! I like the feature

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants