stateful / vscode-runme

DevOps Workflows Built with Markdown for VS Code
https://runme.dev
Apache License 2.0
182 stars 13 forks source link

Better stdio handling for non-interactive execution/renderers #1450

Open sourishkrout opened 1 week ago

sourishkrout commented 1 week ago

For both actual error states as well as other uses of stderr such as reporting progress, Runme currently just "blindly" merges both output streams.

Let's define how we want this to work.

Related: https://github.com/stateful/runme/issues/619#issuecomment-2189714707