Skip to content

v4.100.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 01:12
d0e20d5

Code v1.100.0

Added

  • Trusted domains for links can now be set at run-time by configuring
    linkProtectionTrustedDomains in the lib/vscode/product.json file or via
    the --link-protection-trusted-domains flag.

Changed

  • Update to Code 1.100.0.
  • Disable extension signature verification, which previously was skipped by
    default (the package used for verification is not available to OSS builds of
    VS Code) but now reportedly throws hard errors making it impossible to install
    extensions.

Fixed

  • Flags with repeatable options now work via the config file.