| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Revalidated the exact PR patch against current upstream main 40a2ff1 on macOS/arm64:
I also tried GitHub's server-side update-branch operation, but it was rejected before changing the head because the intervening upstream commits modify .github/workflows/build.yml and the current OAuth token lacks workflow scope. I did not expand credentials; the validated public patch and PR head remain unchanged. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
preserving all other ordinary and special Unix permission bits
Windows no-op path
Why
The official VSIX is built on Windows. Version 0.59.0 consequently shipped
debugjava with CRLF line endings and without usable execute permission on
Linux. Changing only the Git mode would not survive that build path, while
changing only the line-ending policy would still leave the installed wrapper
non-executable.
Fixes #1662.
Tests
The repository-pinned @vscode/test-electron 2.4.1 resolves the old macOS
binary name Electron, while the downloaded VS Code 1.131.0 bundle contains
Contents/MacOS/Code. I ran the same compiled extension suite through
runTests with that actual executable path; all 33 tests passed.