提交 c270a676 编写于 作者: A Alex Ross

Terminal should scroll to bottom on reused task terminals

fixes #72503
上级 b8a26a01
...@@ -987,6 +987,7 @@ export class TerminalTaskSystem implements ITaskSystem { ...@@ -987,6 +987,7 @@ export class TerminalTaskSystem implements ITaskSystem {
throw new Error('Task shell launch configuration should not be undefined here.'); throw new Error('Task shell launch configuration should not be undefined here.');
} }
terminalToReuse.terminal.scrollToBottom();
terminalToReuse.terminal.reuseTerminal(launchConfigs); terminalToReuse.terminal.reuseTerminal(launchConfigs);
if (task.command.presentation && task.command.presentation.clear) { if (task.command.presentation && task.command.presentation.clear) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册