Closed
Description
Again, sorry guys, I do not know if this is a VSCode bug or the PowerShell Extension bug, so I will start here:
The Codes is relativity simple:
$proc = Start-Process $PathToExe -ArgumentList $ArgList
Wait-Process $proc.Id
When you run this in the Debugger, when the $proc
process finished, the Debugger terminates unexpectedly.