Skip to content

Extension install/update fails with invalid VSIX zip in 1.111.0 (Windows) #301403

@GORCHEN

Description

@GORCHEN

VS Code Version

1.111.0 (commit ce099c1), x64

OS Version

Windows 11 10.0.26200 x64

Repro Steps

  1. Open VS Code 1.111.0
  2. Auto-update or run install by ID for ms-python.python
  3. 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.

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions