Remove Decompress + Replace with Other Package (#9532)

* add windows support

* works on windows

* Still testing, works on Windows

* Reject on error

* Fix adm-zip external
This commit is contained in:
Chris LaFreniere
2020-03-10 19:55:25 -07:00
committed by GitHub
parent de65cd84a9
commit 16fab722d5
4 changed files with 120 additions and 18 deletions

View File

@@ -480,6 +480,9 @@
},
"dependencies": {
"@jupyterlab/services": "^3.2.1",
"@types/adm-zip": "^0.4.32",
"@types/tar": "^4.0.3",
"adm-zip": "^0.4.14",
"error-ex": "^1.3.1",
"fast-glob": "^3.0.4",
"figures": "^2.0.0",
@@ -487,6 +490,7 @@
"glob": "^7.1.1",
"node-fetch": "^2.3.0",
"request": "^2.88.0",
"tar": "^6.0.1",
"temp-write": "^3.4.0",
"vscode-languageclient": "^5.3.0-next.1",
"vscode-nls": "^4.0.0",