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

Terminal exception when debugging extension in Code - OSS #47489

Closed
Tyriar opened this issue Apr 9, 2018 · 1 comment
Closed

Terminal exception when debugging extension in Code - OSS #47489

Tyriar opened this issue Apr 9, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug terminal General terminal issues that don't fall under another label verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Apr 9, 2018

Repro steps:

  1. ./scripts/code.sh
  2. Create an extension (yo code, ...)
  3. Open ext folder
  4. F5
TypeError: Cannot read property 'syncScrollArea' of undefined
    at Terminal.reset (/home/daniel/dev/Microsoft/vscode/node_modules/vscode-xterm/lib/Terminal.js:1457:22)
    at Object.escapedStateHandler.c (/home/daniel/dev/Microsoft/vscode/node_modules/vscode-xterm/lib/Parser.js:39:14)
    at Parser.parse (/home/daniel/dev/Microsoft/vscode/node_modules/vscode-xterm/lib/Parser.js:192:48)
    at Terminal._innerWrite (/home/daniel/dev/Microsoft/vscode/node_modules/vscode-xterm/lib/Terminal.js:822:38)
    at /home/daniel/dev/Microsoft/vscode/node_modules/vscode-xterm/lib/Terminal.js:807:23
@Tyriar Tyriar added the bug Issue identified by VS Code Team member as probable bug label Apr 9, 2018
@Tyriar Tyriar added this to the April 2018 milestone Apr 9, 2018
@Tyriar Tyriar self-assigned this Apr 9, 2018
@Tyriar
Copy link
Member Author

Tyriar commented Apr 9, 2018

Upstream issue: xtermjs/xterm.js#1379

@Tyriar Tyriar closed this as completed in 149ced5 Apr 9, 2018
@Tyriar Tyriar added the terminal General terminal issues that don't fall under another label label Apr 23, 2018
@rebornix rebornix added the verified Verification succeeded label Apr 26, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug terminal General terminal issues that don't fall under another label verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants