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 find that the option ignore_patterns is overwritten when the file_ignore_patterns option is set in Telescope defaults. Is this a bug or some expected behavior?
Here is my configuration. My expectation is that telescope.builtin.find_files ignores the test/ directory, and telescope.extensions.frecency.frecency does not ignore the test/ directory. But both pickers ignore the test/ directory with this configuration.
I find that the option
ignore_patterns
is overwritten when thefile_ignore_patterns
option is set in Telescope defaults. Is this a bug or some expected behavior?Here is my configuration. My expectation is that
telescope.builtin.find_files
ignores thetest/
directory, andtelescope.extensions.frecency.frecency
does not ignore thetest/
directory. But both pickers ignore thetest/
directory with this configuration.The text was updated successfully, but these errors were encountered: