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
returnnls.localize('breakpointWidgetLogMessagePlaceholder',"Message to log when breakpoint is hit. Expressions within {} are interpolated. 'Enter' to accept, 'Esc' to cancel.");
139
+
returnnls.localize('breakpointWidgetLogMessagePlaceholder',"Message to log when breakpoint is hit. Expressions within {} are interpolated. '{0}' to accept, '{1}' to cancel.",acceptString,closeString);
136
140
caseContext.HIT_COUNT:
137
-
returnnls.localize('breakpointWidgetHitCountPlaceholder',"Break when hit count condition is met. 'Enter' to accept, 'Esc' to cancel.");
141
+
returnnls.localize('breakpointWidgetHitCountPlaceholder',"Break when hit count condition is met. '{0}' to accept, '{1}' to cancel.",acceptString,closeString);
138
142
default:
139
-
returnnls.localize('breakpointWidgetExpressionPlaceholder',"Break when expression evaluates to true. 'Enter' to accept, 'Esc' to cancel.");
143
+
returnnls.localize('breakpointWidgetExpressionPlaceholder',"Break when expression evaluates to true. '{0}' to accept, '{1}' to cancel.",acceptString,closeString);
0 commit comments