提交 4de93ed5 编写于 作者: I isidor

debug: 'Toggle Enablement' -> 'Enable/Disable Breakpoint'

上级 0851f9b0
......@@ -290,7 +290,7 @@ export class RemoveAllBreakpointsAction extends AbstractDebugAction {
export class ToggleEnablementAction extends AbstractDebugAction {
static ID = 'workbench.debug.viewlet.action.toggleBreakpointEnablement';
static LABEL = nls.localize('toggleEnablement', "Toggle Enablement");
static LABEL = nls.localize('toggleEnablement', "Enable/Disable Breakpoint");
constructor(id: string, label: string, @IDebugService debugService: IDebugService, @IKeybindingService keybindingService: IKeybindingService) {
super(id, label, 'debug-action toggle-enablement', debugService, keybindingService);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册