提交 1d8037c6 编写于 作者: A Alex Ross

Update default build task placeholder text for defaultBuildTask variable

Fixes https://github.com/microsoft/vscode/issues/81817
上级 c850f071
......@@ -290,7 +290,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
let entry: TaskQuickPickEntry | null | undefined;
if (tasks && tasks.length > 0) {
entry = await this.showQuickPick(tasks, nls.localize('TaskService.pickBuildTaskForLabel', 'Select the build task'));
entry = await this.showQuickPick(tasks, nls.localize('TaskService.pickBuildTaskForLabel', 'Select the build task (there is no default build task defined)'));
}
let task: Task | undefined | null = entry ? entry.task : undefined;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册