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
localize('scm.countBadge.all',"Show the sum of all Source Control Providers count badges."),
139
+
localize('scm.countBadge.all',"Show the sum of all Source Control Provider count badges."),
140
140
localize('scm.countBadge.focused',"Show the count badge of the focused Source Control Provider."),
141
141
localize('scm.countBadge.off',"Disable the Source Control count badge.")
142
142
],
143
-
description: localize('scm.countBadge',"Controls the Source Control count badge."),
143
+
description: localize('scm.countBadge',"Controls the count badge on the Source Control icon on the Activity Bar."),
144
144
default: 'all'
145
145
},
146
146
'scm.providerCountBadge': {
147
147
type: 'string',
148
148
enum: ['hidden','auto','visible'],
149
149
enumDescriptions: [
150
-
localize('scm.providerCountBadge.hidden',"Hide Source Control Providers count badges."),
151
-
localize('scm.providerCountBadge.auto',"Show Source Control Providers count badges if there are any changes."),
152
-
localize('scm.providerCountBadge.visible',"Show Source Control Providers count badges.")
150
+
localize('scm.providerCountBadge.hidden',"Hide Source Control Provider count badges."),
151
+
localize('scm.providerCountBadge.auto',"Only show count badge for Source Control Provider when non-zero."),
152
+
localize('scm.providerCountBadge.visible',"Show Source Control Provider count badges.")
153
153
],
154
-
description: localize('scm.providerCountBadge',"Controls the Source Control Providers count badge."),
154
+
description: localize('scm.providerCountBadge',"Controls the count badges on Source Control Provider headers. These headers only appear when there is more than one provider."),
0 commit comments