Results 534 comments of Asher

Ah you probably need to bind to `0.0.0.0`. If you use `127.0.0.1` then nothing outside the container can access it, even if the port is exposed.

tldr `VSCODE_PROXY_URI= code-server` might do what you want, or at least gets you back to the previous behavior since a blank proxy URI will skip our rewriting. Also, sorry for...

Actually I am a bit confused why `VSCODE_PROXY_URI= code-server` appears to be working for me, because the `else` branch throws an error which I would expect to be shown to...

Is your key password-protected? Maybe it is trying to pop open a dialog to ask for the key, which will not work in code-server. Maybe try `ssh-add ~/.ssh/id_rsa`.

Makes sense. To be honest I am pretty sure the only reason we even have `.bak` in there at all is so the command works with both GNU and BSD...

We should probably rename that checkbox in the bug template, HTTPS is not required but rather a secure context is. So localhost for example would be fine. Without a secure...

Interesting, thank you for the additional information. I am not sure what could cause that...since you reported it works in Codespaces it does suggest this is a code-server issue, but...

Great news, as long as it does not mysteriously come back! :laughing:

Interesting, is it only through Safari or any browser? Do you see similar issues with [GitHub Codespaces](https://github.com/codespaces)?

Keyboard issues seem likely to be an upstream issue with https://github.com/microsoft/vscode and not something we can fix here, I think the best path forward is to try reproducing on Codespaces...