Skip to content

v4.113.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Mar 17:48
· 28 commits to main since this release
b27ceeb

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 both coder.com exactly and any domain that ends in
    .coder.com.

Added

  • Add the --reconnection-grace-time flag 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).

Hopefully the last RC, please pardon the dust while we work out the kinks in the new build process.