| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| code-server-4.113.0-macos-amd64.tar.gz | 2026-04-02 | 141.1 MB | |
| code-server-4.113.0-arm64.rpm | 2026-04-02 | 146.1 MB | |
| code-server-4.113.0-linux-arm64.tar.gz | 2026-04-02 | 145.2 MB | |
| code-server_4.113.0_arm64.deb | 2026-04-02 | 146.5 MB | |
| code-server-4.113.0-armhfp.rpm | 2026-04-02 | 145.8 MB | |
| code-server-4.113.0-linux-armv7l.tar.gz | 2026-04-02 | 144.8 MB | |
| code-server_4.113.0_armhf.deb | 2026-04-02 | 146.1 MB | |
| code-server-4.113.0-amd64.rpm | 2026-04-02 | 148.1 MB | |
| code-server-4.113.0-linux-amd64.tar.gz | 2026-04-02 | 147.1 MB | |
| code-server_4.113.0_amd64.deb | 2026-04-02 | 148.5 MB | |
| package.tar.gz | 2026-04-02 | 70.6 MB | |
| code-server-4.113.0-macos-arm64.tar.gz | 2026-04-02 | 139.6 MB | |
| README.md | 2026-03-31 | 527 Bytes | |
| v4.113.0 source code.tar.gz | 2026-03-31 | 772.1 kB | |
| v4.113.0 source code.zip | 2026-03-31 | 869.2 kB | |
| Totals: 15 Items | 1.7 GB | 0 | |
Code v1.113.0
Changed
- Update to Code 1.113.0.
- Trusted origins can now begin with
*.. For example,--trusted-origins '*.coder.com'will match bothcoder.comexactly and any domain that ends in.coder.com.
Added
- Add the
--reconnection-grace-timeflag and pass it through to VS Code. This configures how many seconds clients have to reconnect before the session is permanently killed and a new connection must be made by reloading the window. The default is 10800 (three hours).