-
Notifications
You must be signed in to change notification settings - Fork 47
fix #593 share logic between FileSystemProvider and FileSearchProvider #661
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
Conversation
… and FileSearchProvider
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.
Sorry for the long delay in reviewing this. Please see my comments.
@LogMull please resolve the conflict in |
@gjsjohnmurray I've resolved the conflict. I also noticed that a change from #623 was not accounted for in the new util file, so I have update it accordingly as well. |
This PR fixes #593. The FileSystemProvider and FileSearchProvider share code that handles interfacing with the StudioOpenDialog query. This allows the Quick Open to respect the 'filter' query parameter. This has also resulted in the Quick Open returning results significantly more quickly.