Results 534 comments of Asher

Thank you for the submission. Sorry it took so long to triage. When I try this my image requests get blocked by 401s so it does not seem like the...

Interesting idea. Is there anything we actually need to implement in code-server though? At a glance it looks like container2wasm would be responsible for making everything work.

I see, so nothing we can do until networking is implemented in container2wasm right?

Yeah in the integrated terminal we just use the script that comes bundled with VS Code (the server/web CLI is different than the native one) so it sounds like an...

We can fix what we can on our end though, the one that runs outside the integrated terminal. Will push that fix in a bit. **Edit**: This one still does...

Sorry for letting this fall through the cracks. If someone wants to submit this upstream, I think it should be sufficient to reproduce in Codespaces (I believe the command there...

I tested after updating to 1.88.0 but unfortunately the problem persists. Not sure why Microsoft's works. :thinking: Does it work within the integrated terminal as well, or only outside? Codespace's...

Ah nevermind I tested, it does not work in the integrated terminal with Microsoft's either.

Wait, I see why. I can fix the exit code from the external script, but the one from the integrated terminal is still an upstream bug.

This is an interesting problem. I suppose the other tabs are not aware that the cookie has been deleted and keep using it. I think the proper way to solve...