Asher
Asher
Since it is installing from cache you might have to delete `~/.cache/code-server/code-server-4.23.1-linux-amd64.tar.gz` before trying again. Possibly we need to add a checksum to the install script.
Does this reproduce in the latest version of code-server? It is working for me in v4.20.0.
Upgrading depends on how you installed. For example if you used our installation script you can just run it again.
Ah yeah if you are using something like proot I believe the prebuild should work. Running directly on Termux should not work though as that would require specifically compiling for...
Yeah I would not expect the standalone `arm64` GitHub release to work on Android. I believe we would need to compile specifically for Termux rather than generic Linux arm64. We...
Good point! I think we can close this issue once we get the install script changes done in https://github.com/coder/code-server/issues/5745.
I think this is an upstream issue, even in Codespaces it seems to ignore the `window.autoDetectColorScheme` value and always choose whatever theme is the default. Looks like there have been...
The only way to test at the moment is to build it locally then make sure it runs, although this can be a pain. If you want, you can add...
Is the idea to make gRPC calls through the proxy to forwarded ports possible? So if you have a gRPC backend on localhost:8081 and you want to make requests to...
Ah interesting. I see the issue you opened in proxy-agents, hopefully they can tell us more about whether http2 is supported but at a glance it looks like it might...