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

feat: Let users know when there are no files in a zip file opened with editor #35

Closed AdamRaichu closed 1 year ago

AdamRaichu commented 1 year ago

Is your feature request related to a problem? Please describe. It is unclear to the user when opening a zip file with the editor whether it is still loading (the loading screen is gone very quickly with empty zips) or whether it is empty.

Describe the solution you'd like Some kind of notice letting the user know that the zip file they opened is empty.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.