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

Add custom file extension pre-filter #415

Closed
Abasz opened this issue Dec 29, 2023 · 2 comments
Closed

Add custom file extension pre-filter #415

Abasz opened this issue Dec 29, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Abasz
Copy link

Abasz commented Dec 29, 2023

Checklistí

Is your feature request related to a problem? Please describe.
Currently on windows anything that "NOT ends with .exe, .cmd or .bat." will be filtered out.

My compiled test files are ending with an .out extension. This is due to other external requirements and cannot be changed, so I cannot have .exe or any other extension that would not get filtered out.

Describe the solution you'd like
I would like to have the option to set a regex matcher (or specify additional extension) which are not filtered out.

Describe alternatives you've considered
Currently I edit the main.js file manually and I add the .out text it to l=new Set([".exe",".cmd",".bat"]) (which is basically the win32NativeExecutableExtensionFilter variable in the source code)

@matepek matepek added the enhancement New feature or request label Dec 31, 2023
@matepek
Copy link
Owner

matepek commented Feb 7, 2024

Fixed in v4.8.3.

This issue was mentioned in CHANGELOG.md under a released entry so it is assumed to be fixed.
User verifications are always welcome.

@matepek matepek closed this as completed Feb 7, 2024
@Abasz
Copy link
Author

Abasz commented Feb 7, 2024

Tested and works fine. I appreciate your help!

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

No branches or pull requests

2 participants