Skip to content

feat(zipfs): support common ZIP archive formats - #7240

Open
ThomasConway01 wants to merge 2 commits into
yarnpkg:masterfrom
ThomasConway01:codex/fix-6077-zipfs-archive-formats
Open

feat(zipfs): support common ZIP archive formats#7240
ThomasConway01 wants to merge 2 commits into
yarnpkg:masterfrom
ThomasConway01:codex/fix-6077-zipfs-archive-formats

Conversation

@ThomasConway01

Copy link
Copy Markdown

Closes #6077.

This lets the VS Code ZipFS extension recognize and mount JAR, WAR, APK, IPA, and CRX files alongside ZIP files. The VS Code registration and ZipOpenFS use the same shared list, and a focused test checks that the manifest stays aligned with the runtime configuration.

I used OpenAI Codex (GPT-5.6) with substantive assistance for the implementation, tests, and documentation.

Verified with:

  • yarn test:unit packages/vscode-zipfs
  • yarn test:lint packages/vscode-zipfs
  • yarn workspace vscode-zipfs build
  • yarn version check

@karcaw

karcaw commented Aug 2, 2026

Copy link
Copy Markdown

can you add .3mf as a file format that is really zip?

@ThomasConway01

Copy link
Copy Markdown
Author

Added .3mf to the shared archive extension list and the VS Code registration, with coverage in the ZipFS extension test. corepack yarn test:unit packages/vscode-zipfs passes.

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.

[Feature] Add support for zip compatible files in vscode extension ZipFs

2 participants