-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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 rendering issues in Codespaces (iPadOS) #163448
Comments
@rebornix could you pls see if you can repro ? I don't have an ipad |
It may not a problem with Codespaces, but the iPadOS. I am using code-server and got the same issue. |
Disabling |
Disabling gpuAcceleration ("terminal.integrated.gpuAcceleration": "off") indeed fix the terminal issue, thanks! I wonder what does the Insiders release has that raises this issue, but it's good to know you found that, and probably is aware which feature is responsible for. Thank you |
Very helpful, not sure right now how that could happen though. Code it's pointing at: https://github.com/xtermjs/xterm.js/blob/1b13127f0be68b7e4b1a6c71717c74f503ff783d/addons/xterm-addon-canvas/src/BaseRenderLayer.ts#L374-L384 |
Tracking upstream: xtermjs/xterm.js#4218 |
Any idea why this is happening only in the Insiders? Because the |
@alefragnani the canvas renderer just got a major refactor to share a lot of code with the webgl renderer. |
This bug has been fixed in the latest release of VS Code Insiders! @alefragnani, you can help us out by commenting If things still don't seem right, please ensure you're on version 9ad0693 of Insiders (today's or later - you can use Happy Coding! |
@rebornix can you try to verify this on your ipad? |
We may need a check like this somewhere for canvas too? I don't totally understand what's going on here and don't have an iPad. |
@jet082 I reopened and unlocked it |
The canvas renderer has been removed from xterm.js/vscode, so this is no longer relevant 🎉 |
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Terminal: Create New Terminal
commandSwitching to Stable version you won’t see such issue.
Thank you
The text was updated successfully, but these errors were encountered: