Files
webterm/.github/copilot-instructions.md
T
GitHub Copilot 8ee6f2d605 Fix proposeDimensions error by checking terminal readiness first
Add isTerminalReady() check before calling fitAddon.proposeDimensions()
in the initial fit loop to prevent 'viewport.scrollBarWidth' TypeError
when terminal is not fully initialized.
2026-01-28 00:39:37 +00:00

247 B

Use the Makefile to run linting, testing, and builds. Aim for good test coverage. Review tests periodically with a view to consolidate/parameterize and remove redundancy. Debug issues systematically. Search for and review documentation as needed.