You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
$(${codicon})
.activityBarItem.settingsProfilesForeground
andactivityBarItem.settingsProfilesHoverForeground
tokens. Eg:The text was updated successfully, but these errors were encountered: