Closed
Description
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