Results 534 comments of Asher

No updates. I have not had a chance to try the VM again. Are you also running in a CentOS VM?

The instructions are described here: https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md#development-workflow But if my suspicions about the issue being inside VS Code are true then a bisect will be difficult because we have no good...

If the problem is in VS Code then it might make sense to try and reproduce with VS Code alone rather than through code-server, then the bisect should be easier.

I am not still not sure what is going on, but I can at least comment on the weird `vscode-remote+` URLs. I think (but am not sure) that VS Code...

I believe settings sync is designed to only work with VS Code-branded products, not OSS builds like code-server, which unfortunately means there might be nothing we can do. Still, we...

Yup, this is by design, I believe they remain active to support reconnecting when the network is interrupted. They should get cleaned up after some timeout.

I took a brief look at the settings but I did not see anything for disabling that behavior. It could be raised upstream to VS Code as a feature request....

@TheLD6978 Could you try reproducing in Codespaces? It smells like an upstream bug with VS Code. Assuming it reproduces, we should raise the issue to the VS Code folks. If...

I do not believe there is an option to prevent the cleanup. A workaround is to use `screen` or `tmux` or something similar. Well, unless you mean a VS Code...