-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Unable to open terminal with linux arm and arm64 servers on qemu #172992
Comments
The bug seems to be localized to qemu environment, if I open arm64 container from arm64 host the terminal launches fine inside the container. |
Talked in standup to not take as candidate. |
I will try to sum-up my findings here:
I am inclined to solution (ii) as it aligns with unix expectations and also avoids using any environment particular to a platform. |
Opening the terminal works when sanity testing Linux server with the current instructions, though I noticed instead of getting |
Yeah the server instructions were changed to use
This hasn't changed. |
Sanity testing
1.75
on linux servers following the steps at https://github.com/microsoft/vscode-remote-release/wiki/Sanity-Check-VS-Code-Servers#linux-platforms and attempting to open a terminal throws the following error.Issue is from the pty module, following snippet can trigger the error on any of the containers
The text was updated successfully, but these errors were encountered: