code-server
code-server copied to clipboard
VS Code in the browser
If the download is corrupted, for example, the install will never work because that corrupted file is cached. Maybe could also detect a failure to install and clear the cache....
### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information N/A ### Steps to Reproduce You can simulate with this NGINX...
## What is your suggestion? Consider using docker/qemu to build the armhf and aarch64 tarballs so we don't have to worry about such arch related bugs - suggested by @aptalca...
### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information - Web Browser: Firefos - Local OS: Both, Win10 & Linux...
Bumps [argon2](https://github.com/ranisalt/node-argon2) from 0.31.1 to 0.40.3. Release notes Sourced from argon2's releases. v0.40.0 What's Changed Prebuilt binaries are now shipped regardless of the platform, to avoid increasingly common issues of...
Fixes #
## What is your suggestion? Provide assets for darwin amd64. The last release to provide darwin amd64 assets was [4.23.1](https://github.com/coder/code-server/releases/tag/v4.23.1). Then release [4.90.0](https://github.com/coder/code-server/releases/tag/v4.90.0) only provided darwin arm64. Can code-server project...
## What is your suggestion? Maybe cull_idle_timeout mechanism should be provided. If there hasn't been an active connection to code-server in X minutes, we should exit with status 0. It...
I found there's a conflict between this feature and url displayed in open external uri dialog. If you open an external uri for the first time then the domain of...
## What is your suggestion? Now, we can change the binding host by passing arg `--bind-addr`. For example, `--bind-addr=127.0.0.1:8080`, `--bind-addr=0.0.0.0:8080`. And, we can set `PORT` env to override the binding...