diff --git a/release-notes/v1_103.md b/release-notes/v1_103.md index 0568933781..3cd681a91b 100644 --- a/release-notes/v1_103.md +++ b/release-notes/v1_103.md @@ -588,6 +588,11 @@ export async function activate(context: ExtensionContext) { In this milestone, we are promoting the Electron 37 update to users on our Stable release. This update comes with Chromium 138.0.7204.100 and Node.js 22.17.0. We want to thank everyone who self-hosted on Insiders builds and provided early feedback. +With Node.js 22.17.0 (starting in v22.15.0), comes support for reading certificates from system Certificate Authorities. This affects extensions that use Node.js, such as [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers), which need additional certs to authenticate, e.g. corporate VPN certificates. + +* This solves issues of needing to manually export certificates and load them into extensions or container images as workarounds. +* [vscode-remote-releases#7987](https://github.com/microsoft/vscode-remote-release/issues/7987) + ## Notable fixes * [vscode#252384](https://github.com/microsoft/vscode/issues/252384) - Agent Mode pauses when VS Code loses focus