VS Code Version
1.111.0 (commit ce099c1), x64
OS Version
Windows 11 10.0.26200 x64
Repro Steps
- Open VS Code 1.111.0
- Auto-update or run install by ID for ms-python.python
- Observe failure
Actual
Extension install/update fails with:
End of central directory record signature not found. Either not a zip file, or file is truncated.
Expected
Extension should install/update successfully.
Evidence
- sharedprocess.log shows repeated:
- Failed downloading vsix...
- Error while installing extension ... End of central directory...
- verbose CLI log shows repeated HTTP 403 on VSIX URL:
- ...VSIXPackage?redirect=true&targetPlatform=win32-x64&update=true - end GET 403
- ...VSIXPackage?targetPlatform=win32-x64&update=true - end GET 403
- Manual local VSIX install works, indicating install pipeline receives non-VSIX payload in this path.