VSCode shows the following error if a @CheckedTemplate with basePath is used:
No template matching the path Todos/index could be found for: rest.Todos$Templatesqute(NoMatchingTemplate)
The application starts as normal without errors.
VSCode Quarkus Extension version: v1.17.0
Reproduce:
Checkout https://github.com/ia3andy/htmx-todo
Change @CheckedTemplate in Todos.java to:
@CheckedTemplate(basePath="todo_v1")
public static class Templates {
Rename Todos directory in src/main/resources/templates to todo_v1
VSCode shows the following error if a
@CheckedTemplatewithbasePathis used:No template matching the path Todos/index could be found for: rest.Todos$Templatesqute(NoMatchingTemplate)The application starts as normal without errors.
VSCode Quarkus Extension version: v1.17.0
Reproduce:
Checkout https://github.com/ia3andy/htmx-todo
Change
@CheckedTemplateinTodos.javato:Rename
Todosdirectory in src/main/resources/templates totodo_v1