mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 09:35:41 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user