Commit 940ca43
committed
Correctly skip next prompt when interrupting foreground task
I believe this was the original intention, and indeed, debugging
shows that it is the correct behavior. On F8 we need to skip the
next prompt so the evaluated task runs instead, and then the
REPL correctly prompts after the evaluation is finished.1 parent 72a24e6 commit 940ca43
File tree
1 file changed
+2
-0
lines changed- src/PowerShellEditorServices/Services/PowerShell/Host
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
| 279 | + | |
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
| |||
0 commit comments