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

Use `String.toLowerCase()` when checking file extensions #58

Closed AdamRaichu closed 1 year ago

AdamRaichu commented 1 year ago

Is your feature request related to a problem? Please describe. When trying to preview files in editor, the extension only previews files with extensions that match a list case-sensitively.

Describe the solution you'd like The extension should not be case-sensitive when checking file extensions.

Additional context Prompted by #57.