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
detail: localize('bisect',"Extension Bisect is active and has disabled {0} extensions. Check if you can still reproduce the problem and proceed by selecting from these options.",bisectService.disabledCount),
330
330
buttons: [
331
331
{
332
-
label: localize({key: 'next.good',comment: ['&& denotes a mnemonic']},"&&Good now"),
332
+
label: localize({key: 'next.good',comment: ['&& denotes a mnemonic']},"I ca&&n't reproduce"),
333
333
run: ()=>false// good now
334
334
},
335
335
{
336
-
label: localize({key: 'next.bad',comment: ['&& denotes a mnemonic']},"This is &&bad"),
336
+
label: localize({key: 'next.bad',comment: ['&& denotes a mnemonic']},"I can &&reproduce"),
0 commit comments