You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plugin works great if the file extension is an exact match for the regex, but if you have foo.STEP then it will ignore the file entirely.
To fix this the regex should be wrapped in / marks with a trailing i to indicate case insensitive matching.
The text was updated successfully, but these errors were encountered:
Currently the plugin works great if the file extension is an exact match for the regex, but if you have foo.STEP then it will ignore the file entirely.
To fix this the regex should be wrapped in / marks with a trailing
i
to indicate case insensitive matching.The text was updated successfully, but these errors were encountered: