提交 9eb35056 编写于 作者: I isidor

debug: rename action launch.json -> open launch.json

fixes #3290
上级 5ad866c6
......@@ -74,7 +74,7 @@ export class AbstractDebugAction extends actions.Action {
export class ConfigureAction extends AbstractDebugAction {
static ID = 'workbench.action.debug.configure';
static LABEL = nls.localize('configureDebug', "launch.json");
static LABEL = nls.localize('openLaunchJson', "Open launch.json");
constructor(id: string, label: string, @IDebugService debugService: IDebugService, @IKeybindingService keybindingService: IKeybindingService) {
super(id, label, 'debug-action configure', debugService, keybindingService);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册