提交 4f0d79d1 编写于 作者: A Alex Ross

Fix quick terminal splitting for tasks

Part of #76611
上级 77910c99
......@@ -986,6 +986,7 @@ export class TerminalTaskSystem implements ITaskSystem {
for (const terminal of values(this.terminals)) {
if (terminal.group === group) {
const originalInstance = terminal.terminal;
await originalInstance.waitForTitle();
const config = this.currentTask.shellLaunchConfig;
result = this.terminalService.splitInstance(originalInstance, config);
if (result) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册