Extension pty terminals may not receive early respect dimension overrides events
See original GitHub issue1) vscode API - terminal
Terminal
Extension pty terminals
should respect dimension overrides:
Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/__w/1/s/extensions/vscode-api-tests/out/singlefolder-tests/terminal.test.js)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Extension pty terminals may not receive early respect dimension ...
Extension pty terminals may not receive early respect dimension overrides events · Run details · Usage · Workflow file.
Read more >VS Code API | Visual Studio Code Extension API
VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This page lists all...
Read more >NCURSES — Frequently Asked Questions (FAQ)
This FAQ gives some background and discussion for frequently encountered problems with the ncurses library, the terminal database and ...
Read more >Frequently Asked Questions - Slurm Workload Manager
Why is the Slurm backfill scheduler not starting my job? ... way to get an interactive shell, srun --pty $SHELL, will no longer...
Read more >The Secure Shell (SSH) Connection Protocol RFC 4254
The implementation of the SSH connection layer o MUST NOT advertise a maximum packet size that would result in transport packets larger than...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Struggling to figure this out, will keep the test skipped and defer this issue as it’s not that important of an issue.
The above logs show that this is actually a bug, no onDidChangeTerminalDimensions events are being fired sometimes which means the terminal likely remains undefined x undefined as well.