feat: setting for text file association by file suffix #85
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
It's great that I can quickly create an issue to request file type support, but it would also be great if I could change my local settings to tell Zip Viewer that files with a certain extension are text files.
Describe the solution you'd like
I'd like to add something like
"zipViewer.textFileAssociations": [ "*.foo" ]
to my user or workspace settings to make Zip Viewer always treat these files as text files.Describe alternatives you've considered
There already is a
zipViewer.textFileAssociations
setting, but it doesn't seem to understand*.foo
or*.zip
wildcards, so I'd have to add an entry for each.foo
file in each zip file, which isn't practical if I have many such files.I don't know the internals of VS Code, but maybe there's a global file type registry that Zip Viewer could access? For example, other extensions already know that
.gradle
files are text files, but Zip Viewer doesn't.The text was updated successfully, but these errors were encountered: