AdamRaichu / vscode-zip-viewer

An extension which allows for the manipulation of zip files in VS Code.
https://marketplace.visualstudio.com/items?itemName=AdamRaichu.zip-viewer
MIT License
13 stars 1 forks source link

[editor]: Support pkl in preview #61

Closed bhanudamera closed 1 year ago

bhanudamera commented 1 year ago

Please add support for .pkl files to the editor preview.

Generated by adamraichu.zip-viewer

AdamRaichu commented 1 year ago

Sorry, but it does not appear (according to fileinfo.com) that pkl files are text files.

A PKL file is a file created by pickle, a Python module that enables objects to be serialized to files on disk and deserialized back into the program at runtime. It contains a byte stream that represents the objects.