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

window freezes when output large amount of data to Terminal #50011

Closed
longsoft-dev opened this issue May 17, 2018 · 1 comment
Closed

window freezes when output large amount of data to Terminal #50011

longsoft-dev opened this issue May 17, 2018 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@longsoft-dev
Copy link

We have written the needed data into your clipTerminal using cmd, run:
npm test
The test successfully finishes, however terminal is no longer responsive, and so is the VS Code main.

a.test.js:
describe.only('some test', () => {
it(should return results , () => {
var r = []
for (i = 0; i < 1440 * 365; i++) {
r[i] = i
}
console.log(r.join())
})
})

package.json:
{
"name": "a",
"version": "1.0.0",
"description": "kk",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "me",
"license": "ISC",
"devDependencies": {
"jest": "^22.4.3"
}
}

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label May 17, 2018
@Tyriar
Copy link
Member

Tyriar commented May 17, 2018

Yeah, this will be tackled in various ways as time goes on. There's a PR out atm which should help a lot with this. xtermjs/xterm.js#1399

@Tyriar Tyriar closed this as completed May 17, 2018
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label May 17, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

2 participants