-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
When the command longer than 1023 runInTerminal fail #134324
Comments
This sounds familiar... do you know what the issue is here @connor4312? |
Sounds familiar to, but I don't see any open issue for it and can readily reproduce it. Issue in core so assigning to the both of us 🙂 |
I'm pretty sure we are sending the right text to the terminal via sendText, but it's a little weird, it goes away when I am debugging. Do you know @Tyriar? Once I got text missing from the middle instead of just a truncated command |
I can verify the right text is being sent here:
I can also repro by making an extension that simply does:
So this seems like a terminal issue |
/duplicate #127699 |
Does this issue occur when all extensions are disabled?: Yes/No
The bug is found when use extensions,so I can't disable all extensions.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: