-
Notifications
You must be signed in to change notification settings - Fork 38.9k
When reading from stdin, do not implicitly set --wait mode #39682
Copy link
Copy link
Closed
Labels
*as-designedDescribed behavior is as designedDescribed behavior is as designedfeature-requestRequest for new features or functionalityRequest for new features or functionalityworkbench-os-integrationNative OS integration issuesNative OS integration issues
Description
testing #39330
When piping output from a terminal to code, the command in terminal waits until I close the editor or until i press Ctrl+C.
ps aux | code-insiders
result: command does not terminate until ctrl+c or close the editor (even though it is on disk).
I would expect that the command to terminate immediately.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*as-designedDescribed behavior is as designedDescribed behavior is as designedfeature-requestRequest for new features or functionalityRequest for new features or functionalityworkbench-os-integrationNative OS integration issuesNative OS integration issues