Skip to content

Commit

Permalink
🐛 switch from unzipper to adm-zip (#207)
Browse files Browse the repository at this point in the history
* switch from unzipper to adm-zip

* remove the delay
  • Loading branch information
AndrewLuGit authored Feb 2, 2024
1 parent 6d5b83f commit 382d1de
Show file tree
Hide file tree
Showing 4 changed files with 1,785 additions and 1,290 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
"typescript.tsc.autoDetect": "off",
"cmake.configureOnOpen": false
}
Loading

0 comments on commit 382d1de

Please sign in to comment.