microsoft / vscode-test

Testing utility for VS Code extensions
MIT License
246 stars 59 forks source link

change archive type detection to use content disposition #248

Closed joaomoreno closed 1 year ago

joaomoreno commented 1 year ago

fixes #246

deepak1556 commented 1 year ago

Cool bug! would it more future proof if we were to detect the magic number of the download stream to decide the file types ? Use something like https://github.com/sindresorhus/file-type ?