Skip to content

Running native console apps causes their stdout to be written in the Host #147

Closed
@daviwil

Description

@daviwil

We've just discovered an issue where running native console apps causes the app's stdout to appear in the output of the Host process. This breaks the connection with the editor client because unexpected characters start to appear in the message stream. We need to find a reasonable way to handle native console app output so that it gets routed through the standard host output mechanism.

One workaround for now is that the user can run their application piped through Out-String, for example:

ipconfig.exe | Out-String

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions