-
Notifications
You must be signed in to change notification settings - Fork 38.9k
zip extract bug #8044
Copy link
Copy link
Closed
Labels
*not-reproducibleIssue cannot be reproduced by VS Code Team member as describedIssue cannot be reproduced by VS Code Team member as describedbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.3.0-insiders
- OS Version: windows 7
Steps to Reproduce:
- download zip file: https://github.com/f111fei/test-files/raw/master/vscode-zip/test.zip
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*not-reproducibleIssue cannot be reproduced by VS Code Team member as describedIssue cannot be reproduced by VS Code Team member as describedbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded