Skip to content

v4.113.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 17:26
· 16 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).