Asher
Asher
No plans on changing anything with the Helm chart at the moment.
Could you elaborate? It does not appear to be a code-server bug at first glance. Possibly an extension or environment issue?
code-server uses Open VSX for extensions (for legal reasons we cannot use Microsoft's marketplace) so if you are not able to find it via search it probably means the extension...
Yeah, I think when it comes to VS Code web (code-server, Codespaces), you have to use the `vscode-remote` scheme so it knows that the file is on the remote and...
Agreed! I think this might be an upstream bug though. Are you able to reproduce in Codespaces or with `code serve-web`? It might be related to https://github.com/microsoft/vscode/issues/211462 **Edit**: actually it...
This issues suggests reconnecting tasks should work, so could be a bug: https://github.com/microsoft/vscode/issues/159215
I tried reproducing by running a simple Node program that loops (code-server 1.103.2). When I refresh the page it does not reconnect, but the process did die so I am...
One possible difference is that I used the built-in Node extension, I plan to try Python and Scala to see if I can reproduce there. > However can you confirm...
One theory I have is that the extension host, last I checked a long time ago, gets suddenly terminated when the browser window closes (extensions do not get a chance...
OK confirmed that processes do get orphaned with a Python program (I did not actually use the Python extension for running, just the generic task launcher). For posterity, here is...