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
Hi, When I try to autocomplete "passport.yml" part in this route:
passport_api: type: rest resource: "@VolunteerApiBundle/Resources/config/routing_passport.yml"
I got resource: "@@VolunteerApiBundle/Resources/config/routing_passport.yml" string
resource: "@@VolunteerApiBundle/Resources/config/routing_passport.yml"
The text was updated successfully, but these errors were encountered:
use custom insert handler inside bundle resources file completion for #…
789a1a6
…185
Same problem in assetic resources
Sorry, something went wrong.
prevent double "@" on twig assetic completion #185
cd71d5a
No branches or pull requests
Hi,
When I try to autocomplete "passport.yml" part in this route:
I got
resource: "@@VolunteerApiBundle/Resources/config/routing_passport.yml"
string
The text was updated successfully, but these errors were encountered: