b3er / idea-archive-browser

IntelliJ IDEA plugin that allows you to browse archives like folders is IDEA.
Apache License 2.0
40 stars 8 forks source link

Remove gz from SEVEN_ZIP_EXTENSIONS #24

Closed Mahoney closed 3 years ago

Mahoney commented 3 years ago

gz is registered and handled separately by the GzipFileType.

Registering it for both makes Intellij keep reassigning it and warning the user.

Fixes #23