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 Include Ignored Toggle to File Finder and implement support for SearchOption flags on other Pickers #9677

Conversation

alex-astronomer
Copy link

Closes #4745

Add support to include ignored for the file finder. As a side product, all other picker delegates have the initial seeds planted for adding search options later, if requested or needed.

Open to any and all feedback. New contributor.

Release Notes:

4745

Add support for search options for all picker delegates, and add the include ignore option for the file_finder delegate which lets you search files and toggle if you want to show results for files that are ignored
Copy link

cla-bot bot commented Mar 22, 2024

We require contributors to sign our Contributor License Agreement, and we don't have @alex-astronomer on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@alex-astronomer
Copy link
Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Mar 22, 2024
Copy link

cla-bot bot commented Mar 22, 2024

The cla-bot has been summoned, and re-checked this pull request!

@alex-astronomer
Copy link
Author

Just took a look again and realized that in all of the PickerDelegate implementations that I changed, I could just move that code to the default for the trait. I'll get that changed.

@alex-astronomer
Copy link
Author

Close since I uploaded with my other non-professional account #9760

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Items in .gitignoreshould still be searchable via file finder
1 participant