You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ResolvesPowerShell/vscode-powershell#284.
0 commit comments