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
I've overruled the page_paths path in config/inertia.php:
page_paths
config/inertia.php
'testing' => [ 'ensure_pages_exist' => true, 'page_paths' => [ resource_path('js/pages'), ], ],
As you can see, I'm using a lower case, instead of the default Pages.
Looking at the source, it seems it replaces Pages by a hardcoded value:
vs-code-extension/src/repositories/inertia.ts
Line 86 in fe8691e
It would be great if you could customize the path (maybe also for multitenancy), or that the parser uses a glob pattern (if that is possible).
Thanks!
The text was updated successfully, but these errors were encountered:
We have the same problem in our codebase.
Sorry, something went wrong.
This should be fixed in v0.1.16, please re-open if you are still encountering this issue.
Successfully merging a pull request may close this issue.
Feature Description
I've overruled the
page_paths
path inconfig/inertia.php
:As you can see, I'm using a lower case, instead of the default Pages.
Looking at the source, it seems it replaces Pages by a hardcoded value:
vs-code-extension/src/repositories/inertia.ts
Line 86 in fe8691e
It would be great if you could customize the path (maybe also for multitenancy), or that the parser uses a glob pattern (if that is possible).
Thanks!
The text was updated successfully, but these errors were encountered: