Skip to content

Fix multiplatform pipeline error for macos-latest - #3543

Merged
João Boechat (joao-boechat) merged 1 commit into
mainfrom
joaoboechat/fix-electron-enonent
Jul 31, 2026
Merged

Fix multiplatform pipeline error for macos-latest#3543
João Boechat (joao-boechat) merged 1 commit into
mainfrom
joaoboechat/fix-electron-enonent

Conversation

@joao-boechat

@joao-boechat João Boechat (joao-boechat) commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Fixes issue, which was caused by a breaking change (or a sequence of them) by the vscode repo.

First, they renamed the MacOS executable path from .../Contents/MacOS/Electron to .../Contents/MacOS/Code (or .../Contents/MacOS/Code - Insiders) PR #291948. But they still kept the symlink, so that didn't cause the break.

Then, they removed the symlink: PR #326502, which caused this error, since the original path wasn't accessible anymore.

But the vscode-test repo fixed it last week: PR #350

So all I had to do was update the package to the latest version. I ran the multiplatform pipeline again and it worked: link

@joao-boechat
João Boechat (joao-boechat) added this pull request to the merge queue Jul 31, 2026
Merged via the queue into main with commit 99c47ce Jul 31, 2026
16 checks passed
@joao-boechat
João Boechat (joao-boechat) deleted the joaoboechat/fix-electron-enonent branch July 31, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI failure: macos-latest (30577905897) (VS Code integration tests fail with ENOENT)

2 participants