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).