Integrated terminal hangs whole window if big strings are printed in one go #110070
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
freeze-slow-crash-leak
VS Code crashing, performance, freeze and memory leak issues
terminal
General terminal issues that don't fall under another label
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
So, I have a program which I wanted to test and so I made it print out some data to the terminal. Apparantly, it was 40kB worth of base64 encoded data. But the task never got completed because vscode window hanged midway. I tried it several times ( Even with extensions disabled and closing all other background apps). The same thing works just fine in a normal terminal.
Screenshots
With Extensions:
Extensions disabled:
Ok, I understand that its a rare use case but I don't think it was supposed to go this way.
The text was updated successfully, but these errors were encountered: