Skip to content

v4.113.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Mar 00:00
· 26 commits to main since this release
be062d0

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