-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: 4.9.0 is broken in iPadOS client (at least Terminal and About window) #5863
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
Closed
4 tasks done
Labels
waiting-for-info
Waiting for more information from submitter
Comments
4 tasks
Can you try changing the Terminal Gpu Renderer to "off"? I think that fixed it for me 🤔 |
Yes, turning off GPU rendering fixes it, thanks! Any idea about the
`v$VERSION` version string in the About dialogue?
…On Mon, Dec 12, 2022 at 11:02 AM Joe Previte ***@***.***> wrote:
Can you try changing the Terminal Gpu Renderer to "off"? I think that
fixed it for me 🤔
—
Reply to this email directly, view it on GitHub
<#5863 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGBPODTIYFSIT4FILLTGU3WM5D7TANCNFSM6AAAAAAS2THOVE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry, I saw you already mentioned it in #5843!
…On Mon, Dec 12, 2022 at 10:04 PM Max Bane ***@***.***> wrote:
Yes, turning off GPU rendering fixes it, thanks! Any idea about the
`v$VERSION` version string in the About dialogue?
On Mon, Dec 12, 2022 at 11:02 AM Joe Previte ***@***.***>
wrote:
> Can you try changing the Terminal Gpu Renderer to "off"? I think that
> fixed it for me 🤔
>
> —
> Reply to this email directly, view it on GitHub
> <#5863 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAGBPODTIYFSIT4FILLTGU3WM5D7TANCNFSM6AAAAAAS2THOVE>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
I think the renderer issue was finally fixed upstream, but regardless it is out of our control. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.9.0Steps to Reproduce
Expected
Terminal should function, and the About window should show
code-server: v4.9.0
.Actual
Terminal is broken; it seems to print the very first word of output from bash (in my case "Agent", because my bashrc starts ssh-agent), but everything after that is blanked out. It is possible to type in the terminal and hit enter, which does cause shell commands to execute on the remote host, but no output is rendered in the iPadOS client except some little gray bars on the right-hand side of the terminal pane (see screenshot).
The About window shows
code-server: v$VERSION
instead of the expected version number, as if a template variable failed to resolve or something (see screenshot).Logs
I ran
code-server
4.9.0 with--log debug
. There are no errors, and the Pty Host debug logs show my terminal inputs being handled. It's just that the outputs are not rendered in the iPadOS client. Below is the complete output from startingcode-server
, opening it in iPadOS, and typingecho hello world
into the Terminal and hitting enter (no output appears in the iPadOS client).Screenshot/Video
Three screenshots below.
First screenshot: everything working as expected in the iPadOS client with

code-server
v4.8.3:Second screenshot: same scenario, but now with

code-server
v4.9.0. Notice how the$VERSION
is unresolved in the About window, and how the Terminal has no output after the first word "Agent".Third screenshot: v4.9.0 after typing some commands in the Terminal with invisible output. Note the little gray bars on the right side that appear for each line of invisible output.

Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: