-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugfreeze-slow-crash-leakVS Code crashing, performance, freeze and memory leak issuesVS Code crashing, performance, freeze and memory leak issuesterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label
Description
- VSCode Version:
$ code --version
1.50.1
d2e414d9e4239a252d1ab117bd7067f125afd80a
x64
- OS Version: Ubuntu 20.04
Steps to Reproduce:
- Open integrated terminal
- Give it a command to print a long enough string.
- It will hang midway.
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
Ok, I understand that its a rare use case but I don't think it was supposed to go this way.
arsinclair
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugfreeze-slow-crash-leakVS Code crashing, performance, freeze and memory leak issuesVS Code crashing, performance, freeze and memory leak issuesterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label

