Commit c6fdc6b
committed
Improve detection of runspace changes
This change adds new behavior that makes the detection of sudden runspace
changes much more reliable. These changes were particularly necessary for
detecting when we start debugging a runspace in a remote session since we
don't get a PushRunspace notifications when that happens.
This change also improves how we gather the prompt string just after a
command is executed.1 parent abf5773 commit c6fdc6b
File tree
5 files changed
+491
-281
lines changed- src
- PowerShellEditorServices.Protocol/Server
- PowerShellEditorServices/Session
5 files changed
+491
-281
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
746 | 748 | | |
747 | 749 | | |
748 | 750 | | |
| |||
0 commit comments