Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions release-notes/v1_103.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down