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
I am not well-versed in setting up extensions, however I wonder whether it would be possible to add optional configuration, that would allow to enable the snippets only for matching files?
Typically Faker is used only in test files, so I would love to have these snippets enabled only for *_test.rb.
Perhaps it's a simple addition. Otherwise I can also try to make a PR.
The text was updated successfully, but these errors were encountered:
The problem is it would not work on factory bot factories or similar libs out of the box. We would need to change user settings, or include steps on the readme, to associate files inside spec or test folders to rubytest lang.
A toggle button would also be a solution, but i sincerely don't know which is the best solution, do you have any other ideas?
Thanks for making this extension, very useful!
I am not well-versed in setting up extensions, however I wonder whether it would be possible to add optional configuration, that would allow to enable the snippets only for matching files?
Typically Faker is used only in test files, so I would love to have these snippets enabled only for
*_test.rb
.Perhaps it's a simple addition. Otherwise I can also try to make a PR.
The text was updated successfully, but these errors were encountered: