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

Make the list of text extensions configurable #337

Open
vlsi opened this issue Dec 22, 2022 · 1 comment
Open

Make the list of text extensions configurable #337

vlsi opened this issue Dec 22, 2022 · 1 comment

Comments

@vlsi
Copy link

vlsi commented Dec 22, 2022

Currently, no diff window is opened for .yaml and .yml extension which is surprising:

public static List<String> TEXT_FILE_EXTENSIONS = Arrays.asList(".txt", ".csv", ".htm", ".html", ".xml", ".eml",

It would be nice if new extensions could be added to the list without releasing ApprovalTests

@frederikb
Copy link
Contributor

I agree that configuration would help a lot!
Could we in the interim add a few additional common text file formats to this list? I've created a PR for this: #423

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants