We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this how it's supposed to work? It makes sense that we don't look inside a folder until it's opened, but it was a little surprising.
The text was updated successfully, but these errors were encountered:
Unfortunately yeah... otherwise we have to call readdir on every rendered folder. Currently we don't. Leaving this to @isidorn.
readdir
Sorry, something went wrong.
Yeah, it would be a perf hit if we did this. Leavign this open as a feature request for now, and we can decide in the future what to do.
Honestly - I'd say this is stretching the limits of feature request and I'd say that's how I expect the feature to work/to be defined.
After using this feature for awhile, I don't think this is necessarily an issue.
Closing as dup of #66971 Since it goes in the same direction of resolving all folders before hand
isidorn
No branches or pull requests
Is this how it's supposed to work? It makes sense that we don't look inside a folder until it's opened, but it was a little surprising.
The text was updated successfully, but these errors were encountered: