This commit is contained in:
meganrogge 2024-04-03 10:29:12 -07:00
parent e8e027ad44
commit 69193b54ad
No known key found for this signature in database
GPG key ID: AA74638D4878183D

View file

@ -391,7 +391,7 @@ export class TerminalGroupService extends Disposable implements ITerminalGroupSe
break;
}
}
if (!differentGroups) {
if (!differentGroups && group.terminalInstances.length === instances.length) {
return;
}
}