Description
When using a compound debug configuration, each task gets its own terminal. I can split these terminals manually, but I don't think there is a way to get these terminals side-by-side. And I don't think this is doable with an extension either. There is a split terminal API proposal in #45407 but applying that to both of the task terminals would just give me two extra empty terminals. I am looking for a way to get the two task terminals side-by-side in one integrated terminal pane so there is no need to switch between them. The way I'd like to see this done is an extra field in the debugger configuration which says whether the terminals should start standalone or split. I am not sure how this would deal with 3+ configurations, but that seems to be niche enough to not have to worry about it until an issue is raised.