-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Quick File Open fails to show any file that isn't listed as recent #14803
Comments
I can't reproduce this on Windows. |
@planger works fine for me on Ubuntu 22.04, as well (Electron). Also browser version on Windows. |
Thanks for testing! I retested this now in more detail. It looks like for the workspace I am using I get the following error:
For other workspaces, file search seems to work fine. Not sure what the issue with this workspace is. |
@planger does Theia IDE work on the exact same workspace? |
I cloned https://github.com/eclipsesource/openai-prompt-flow-boilerplate and still can't reproduce. @planger I guess you'll have to generate some data on your machine to get to the bottom of this. |
Thank you again for investigating! It turns out that there is something broken in this specific workspace. I cleaned it and now it works again. Sorry for the confusion! |
Bug Description:
Steps to Reproduce:
Expected result: all non-ignored files with the entered character are shown instead of an empty list
Notes:
If you hit Ctrl-p again to include hidden files, all seems to work fine.
So it may have to do with the file search service failing to provide results if hidden or ignored files shall be filtered.
https://github.com/eclipse-theia/theia/blob/master/packages/file-search/src/browser/quick-file-open.ts#L223
I'm certain this is a regression with
1.58.0
and worked fine on master before the release.Screencast.from.2025-01-31.14.42.06.webm
Additional Information
The text was updated successfully, but these errors were encountered: