-
Notifications
You must be signed in to change notification settings - Fork 521
Commit 9248853
Add
Adds a new option `temporaryConsoleWindowActionOnDebugEnd` to both the
attach and launch configurations which can be used to specify what
happens with the temporary integrated console when a debug session ends.
The option can be set to `keep`, current behaviour and default, that
will keep the active terminal as the temporary console. It can be set to
`close` which closes the terminal and removes it from the selection
pane or `hide` which keeps the terminal window alive but changes the
active terminal to the previous one before the debug session started.temporaryConsoleWindowActionOnDebugEnd
option (#5255)1 parent afd1b69 commit 9248853
2 files changed
+66
-0
lines changedLines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
581 | 581 |
| |
582 | 582 |
| |
583 | 583 |
| |
584 | + | ||
585 | + | ||
586 | + | ||
587 | + | ||
588 | + | ||
589 | + | ||
590 | + | ||
591 | + | ||
592 | + | ||
593 | + | ||
594 | + | ||
595 | + | ||
596 | + | ||
597 | + | ||
598 | + | ||
584 | 599 |
| |
585 | 600 |
| |
586 | 601 |
| |
| |||
615 | 630 |
| |
616 | 631 |
| |
617 | 632 |
| |
633 | + | ||
634 | + | ||
635 | + | ||
636 | + | ||
637 | + | ||
638 | + | ||
639 | + | ||
640 | + | ||
641 | + | ||
642 | + | ||
643 | + | ||
644 | + | ||
645 | + | ||
646 | + | ||
647 | + | ||
618 | 648 |
| |
619 | 649 |
| |
620 | 650 |
| |
|
Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
469 | + | ||
470 | + | ||
469 | 471 |
| |
470 | 472 |
| |
471 | 473 |
| |
| |||
498 | 500 |
| |
499 | 501 |
| |
500 | 502 |
| |
503 | + | ||
504 | + | ||
501 | 505 |
| |
502 | 506 |
| |
503 | 507 |
| |
| |||
600 | 604 |
| |
601 | 605 |
| |
602 | 606 |
| |
607 | + | ||
608 | + | ||
609 | + | ||
610 | + | ||
611 | + | ||
612 | + | ||
613 | + | ||
614 | + | ||
615 | + | ||
616 | + | ||
617 | + | ||
618 | + | ||
619 | + | ||
620 | + | ||
621 | + | ||
622 | + | ||
623 | + | ||
624 | + | ||
625 | + | ||
626 | + | ||
627 | + | ||
628 | + | ||
629 | + | ||
630 | + | ||
631 | + | ||
632 | + | ||
633 | + | ||
634 | + | ||
635 | + | ||
636 | + | ||
603 | 637 |
| |
604 | 638 |
| |
605 | 639 |
| |
| |||
705 | 739 |
| |
706 | 740 |
| |
707 | 741 |
| |
742 | + | ||
743 | + | ||
708 | 744 |
| |
709 | 745 |
| |
710 | 746 |
| |
|
0 commit comments