lexical-lsp / vscode-lexical

VSCode extension for Lexical, the modern Elixir language server
Apache License 2.0
34 stars 6 forks source link

chore: Replace unzipper with extract-zip #34

Closed Blond11516 closed 11 months ago

Blond11516 commented 11 months ago

extract-zip is able to preserve file permissions after extraction, unlike unzipper which required us to do it manually. This change thus makes the auto-install process more simple and robust.

As an added bonus, extract-zip is much lighter than unzipper, in large part because it has fewer dependencies.