Skip to content

Debug adapter process has terminated unexpectedly, when Wait-Process completes #168

Closed
@swinster

Description

@swinster

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions