If the gzip file doesn't include the filename in the header (e.g. FNAME metadata flag), then the contents of the gzip file can't be read with this plugin. As an example, you can run the following:
The plugin successfully allows you to view test_with_fname.txt.gz but not test_without_fname.txt.gz. This was observed on the version 2.3 using 2023.2.2 for the IDEs on Linux.
If the gzip file doesn't include the filename in the header (e.g. FNAME metadata flag), then the contents of the gzip file can't be read with this plugin. As an example, you can run the following:
The plugin successfully allows you to view
test_with_fname.txt.gz
but nottest_without_fname.txt.gz
. This was observed on the version 2.3 using 2023.2.2 for the IDEs on Linux.