-
Windows Terminal 1.22 release brings the fix for not terminated What would you recommend to as a workaround here? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
lhecker
Jun 16, 2025
Replies: 1 comment 4 replies
-
I'm thinking of writing |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect this only fixes your specific edge case but will then fail to work for more complex cases. If you read the PR, you'll see how fundamentally, the "early abort" that the previous code did, breaks any and all assumptions about this. It's just plain wrong.
While I would not endorse your workaround (because it's technically not "correct"), if I was you, and it fixed this issue for me, I'd go with it.