Commit 295c901
committed
Fix issue with debugger output not being written for short scripts
This change fixes an issue where script output for very small scripts is
not being written out reliably before the debug adapter terminates. The
fix is to add an extra output flush before sending the TerminatedEvent
back to the client. This fix is temporary until we get the REPL
integration online.
Resolves #138.
Resolves PowerShell/vscode-powershell#284.1 parent e70d3b2 commit 295c901
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments