code-server/test
Tianyi Cui ada3489acf
feat: expose --reconnection-grace-time CLI flag (#7678)
* feat: expose --reconnection-grace-time CLI flag

Pass through VS Code Server's --reconnection-grace-time argument,
allowing users to configure how long the server waits for a
disconnected client to reconnect before cleaning up the session.

This is useful for users whose client machines sleep overnight, causing
the default 3-hour grace period to expire and forcing a "Reload Window"
on wake. The flag can also be set via CODE_SERVER_RECONNECTION_GRACE_TIME
env var or in config.yaml.
2026-03-25 11:47:58 -08:00
..
e2e
integration
scripts
unit feat: expose --reconnection-grace-time CLI flag (#7678) 2026-03-25 11:47:58 -08:00
utils
package-lock.json chore: bump minimatch from 3.1.2 to 3.1.5 in /test (#7682) 2026-03-03 12:19:52 -09:00
package.json chore: bump argon2 in /test to 0.44.0 (#7636) 2026-01-23 12:37:53 -09:00
playwright.config.ts
tsconfig.json