Asher
Asher
Ah yeah I think it is the same issue here: https://github.com/coder/code-server/issues/3372#issuecomment-840859442
I think the only real workaround is to install the language pack via the UI unfortunately. I suppose one could copy the generated directory and use that to seed new...
This reproduces in native VS Code and GitHub? It sounds like an upstream issue, please report the issue to VS Code (https://github.com/microsoft/vscode). Let me know if it only reproduces in...
Makes sense. If it reproduces in Codespaces that means it is an issue in core VS Code (we just wrap VS Code here with a bit of patching).
Weird, I did not think VS Code had any kind of idle timeout mechanism. I will try to leave code-server open and see if I can reproduce, but in the...
Strange...does running it with `--log trace` give you anything more? I doubt it, but might be worth a shot. I left code-server open yesterday but could not reproduce, maybe it...
Actually, one other thing to check, in NGINX for example there is a default timeout of 60 seconds if a web socket has no activity. Maybe AWS has a similar...
Sorry for the delayed response. > I've ran it using the --verbose flag Perfect, this is equivalent to `--log trace`. > Any idea where I can get code-server local logs...
I had to add `curl` but it seems to work as expected for me using that image. Here is what I did: ``` $ mkdir -p tmp $ cat tmp/Dockerfile...
Closing for now but let me know if you gather more info on how I can reproduce.