提交 779a171f 编写于 作者: A Alex Ross

Align configure task quick pick closer to terminal

Part of https://github.com/microsoft/vscode/issues/93864
上级 ad19579a
......@@ -2479,7 +2479,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
}
this.showQuickPick(tasks ? tasks : taskResult!.tasks, placeholder,
{
label: nls.localize('TaskService.noEntryToRunSlow', 'No task to run found. Configure Tasks...'),
label: nls.localize('TaskService.noEntryToRunSlow', '$(plus) Configure a Task'),
task: null
},
true).
......@@ -2489,7 +2489,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
} else {
this.showTwoLevelQuickPick(placeholder,
{
label: nls.localize('TaskService.noEntryToRun', 'No configured tasks. Configure Tasks...'),
label: nls.localize('TaskService.noEntryToRun', '$(plus) Configure a Task'),
task: null
}).
then(pickThen);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册