Asher
Asher
The `vscode-remote-resource` requests might be tricky because they can request any file on the server, so if a user installs for example a new theme, it will try to get...
My guess is they are caused by the proxy service. Could you access code-server directly to confirm? I do not believe there is a list of non-core requests anywhere. By...
Those are static resources so should be no issue in mirroring them via CDN.
That might be a question better asked to your CDN provider. It could be any number of reasons, but ultimately it sounds like your connection to wherever code-server is hosted...
Interesting, yeah seems like your connection to the CDN is slower.
Thank you for reporting! Are you able to try GitHub Codespaces? We just wrap VS Code and it seems likely that this is an upstream issue. Another idea is to...
I would definitely report upstream if it reproduces in Codespaces (https://github.com/microsoft/vscode). It is probably something that needs to be fixed in core rather than trying to patch it here.
Anyone can open an issue here: https://github.com/microsoft/vscode/issues Although, it might make sense to report it on an existing issue like https://github.com/microsoft/vscode/issues/85254. I did not see anything in there specific to...
Seems to be an upstream issue: https://github.com/microsoft/vscode/issues/239782