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
10 stars 0 forks source link

[editor]: Support pyc in preview #102

Closed Mustkeem324 closed 3 months ago

Mustkeem324 commented 3 months ago

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

Generated by adamraichu.zip-viewer

AdamRaichu commented 3 months ago

It appears that pyc files are not text files. Rather, they contain bytecode. As such, I will not be supporting previewing them in this extension, unless you can show me some information that convinces me otherwise.