Skip to content

zip extract bug #8044

@f111fei

Description

@f111fei
  • VSCode Version: 1.3.0-insiders
  • OS Version: windows 7

Steps to Reproduce:

  1. download zip file: https://github.com/f111fei/test-files/raw/master/vscode-zip/test.zip
  2. run test code.
import {extract} from 'vs/base/node/zip';
extract('test.zip', './dest', {})
    .then(() => {
        console.log('success');
    }, e => {
        console.log(e.message);
    });

console.log never will be called. Promise is pending forever.

Metadata

Metadata

Assignees

Labels

*not-reproducibleIssue cannot be reproduced by VS Code Team member as describedbugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions