Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Allow Custom Configuration for File Extensions #2638

Open
xewelus opened this issue Nov 17, 2024 · 1 comment
Open

[FEAT]: Allow Custom Configuration for File Extensions #2638

xewelus opened this issue Nov 17, 2024 · 1 comment
Labels
enhancement New feature or request feature request

Comments

@xewelus
Copy link

xewelus commented Nov 17, 2024

What would you like to see?

I use LINQPad for programming. It uses .linq files, which are essentially .cs files with additional metadata. Unfortunately, these file types are not recognized as plain text. It would be great to have the ability to configure custom file extensions. I checked the source code and found that it relies on logic from the mime module, but there’s no way to adjust it flexibly.

@xewelus xewelus added enhancement New feature or request feature request labels Nov 17, 2024
@timothycarambat
Copy link
Member

timothycarambat commented Nov 18, 2024

Agreed, manually maintaining that list has been a chore and we should abstract it to be able to load in a file as well that can be easily read as a CSV to extend filetype support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

2 participants