You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When copying a ZIP entry unmodified, we were storing the uncompressed
data as if it was compressed. This causes extraction of the .vsix to
fail.
Fix the corrupted ZIP file by storing compressed data instead of
uncompressed data.
0 commit comments