提交 3c675284 编写于 作者: A Alex Ross

Fix echo on custom execution tasks

Fixes #71184
上级 9705ddc3
......@@ -890,7 +890,8 @@ export class TerminalTaskSystem implements ITaskSystem {
this.currentTask.shellLaunchConfig = {
isRendererOnly: true,
waitOnExit,
name: this.createTerminalName(task)
name: this.createTerminalName(task),
initialText: task.command.presentation && task.command.presentation.echo ? `\x1b[1m> Executing task: ${task._label} <\x1b[0m\n` : undefined
};
} else {
let resolvedResult: { command: CommandString, args: CommandString[] } = this.resolveCommandAndArgs(resolver, task.command);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册