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 img in preview #71

Closed muscter closed 11 months ago

muscter commented 11 months ago

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

Generated by adamraichu.zip-viewer

AdamRaichu commented 11 months ago

Duplicate of https://github.com/AdamRaichu/vscode-zip-viewer/issues/70.

If you would like a specific file to show up as text, use the setting zipViewer.textFileAssociations.

"zipViewer.textFileAssociations": {
  "zipPath": "path/to/file.zip",
  "subfilePath": "folder/file.img"
}