Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: immediately log stdout/err unless EXT is encountered #1768

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

connor4312
Copy link
Member

Previously when supporting EXT we added per-line splitting and emitting,
but we actually should just reemit things immediately unless we see
an EXT.

Fixes microsoft/vscode#181785

Previously when supporting EXT we added per-line splitting and emitting,
but we actually should just reemit things immediately unless we see
an EXT.

Fixes microsoft/vscode#181785
@connor4312 connor4312 merged commit 5e9e723 into main Jul 31, 2023
9 of 10 checks passed
@connor4312 connor4312 deleted the connor4312/181785 branch July 31, 2023 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug console is not logging stdout and stderr immediately anymore, only once it encounters a newline
2 participants