You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to register template locators is to make them CDI beans. As the custom locator is not available during the build time when a template validation is done, you need to disable the validation via the @Locate annotation.
According to https://quarkus.io/guides/qute-reference#template-locator-registration, if a template locator is registered for @locate names or patterns, validation should be disabled at build time.
So given:
Then there should be no error, nor "create template" codelens, in a resource referencing a Template bar:
The text was updated successfully, but these errors were encountered: