Bump @vscode/gulp-electron to 1.41.3 (retry transient network errors)#315558
Merged
Conversation
Brings in microsoft/vscode-gulp-electron#42 which adds retry-with-backoff around transient network errors when downloading Electron, fixing build breaks like getaddrinfo ENOTFOUND release-assets.githubusercontent.com. NOTE: package-lock.json will be regenerated once 1.41.3 is published. Do not merge until then.
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the build-time dependency @vscode/gulp-electron to pick up improved resilience (retry/backoff) when downloading Electron artifacts, reducing CI failures from transient network/DNS issues.
Changes:
- Update
@vscode/gulp-electronfrom1.41.2to1.41.3inpackage.json.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps @vscode/gulp-electron to 1.41.3 to incorporate retry/backoff for Electron download network operations. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
…electron to 1.41.3.
vijayupadya
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps
@vscode/gulp-electronfrom1.41.2to1.41.3.Why
1.41.3brings in microsoft/vscode-gulp-electron#42 which adds retry-with-backoff around the three network operations involved in downloading Electron (thegotHEAD on the release asset,getDownloadUrl, and@electron/get'sdownloadArtifact).This fixes build breaks caused by transient DNS/network blips like:
Observed on Insider build 437760, and likely the cause of similar one-off Windows build failures over the past months.