提交 0f70188d 编写于 作者: R Rob Lourens

Fix vscode-optimize build

上级 b3d37bfa
......@@ -167,7 +167,7 @@ export class StartDebugActionItem extends EventEmitter implements IActionItem {
const disabledIdx = options.length - 1;
launches.forEach(l => {
options.push(launches.length > 1 ? nls.localize("addConfigTo", `Add Config (${paths.basename(l.workspaceUri.fsPath)})...`) : nls.localize('addConfiguration', "Add Configuration..."));
options.push(launches.length > 1 ? nls.localize("addConfigTo", "Add Config ({0})...", paths.basename(l.workspaceUri.fsPath)) : nls.localize('addConfiguration', "Add Configuration..."));
this.executeOnSelect.push(() => {
this.debugService.getConfigurationManager().selectConfiguration(l);
this.commandService.executeCommand('debug.addConfiguration').done(undefined, errors.onUnexpectedError);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册