-
Notifications
You must be signed in to change notification settings - Fork 37.2k
feat: Include/ Exclude file types from file search #254285
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
feat: Include/ Exclude file types from file search #254285
Conversation
This commit introduces two new actions: ExcludeFileTypeFromSearchAction and IncludeFileTypeInSearchAction. These actions allow users to modify search patterns by excluding or including specific file types directly from the search context menu.
|
@microsoft-github-policy-service agree |
@microsoft-github-policy-service agree |
|
@osortega how can I proceed with this pull request? |
osortega
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
|
@kplates apologies for the late response, I merged the change. |
This pull request introduces two new actions: ExcludeFileTypeFromSearchAction and IncludeFileTypeInSearchAction. These actions allow users to modify search patterns by excluding or including specific file types directly from the search result file context menu.
How to test