-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
qute(NoMatchingTemplate) if using @CheckedTemplate with basePath #787
Closed
Comments
Indeed redhat-developer/quarkus-ls#893 needs to be fixed |
angelozerr
added a commit
to angelozerr/quarkus-ls
that referenced
this issue
Jul 12, 2024
Fixes redhat-developer/vscode-quarkus#787 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
added a commit
to angelozerr/quarkus-ls
that referenced
this issue
Jul 12, 2024
Fixes redhat-developer/vscode-quarkus#787 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
added a commit
to angelozerr/quarkus-ls
that referenced
this issue
Jul 12, 2024
Fixes redhat-developer/vscode-quarkus#787 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
added a commit
to angelozerr/quarkus-ls
that referenced
this issue
Jul 12, 2024
Fixes redhat-developer/vscode-quarkus#787 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
added a commit
to angelozerr/quarkus-ls
that referenced
this issue
Jul 12, 2024
Fixes redhat-developer/vscode-quarkus#787 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
added a commit
to angelozerr/quarkus-ls
that referenced
this issue
Jul 12, 2024
Fixes redhat-developer/vscode-quarkus#787 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
added a commit
to redhat-developer/quarkus-ls
that referenced
this issue
Jul 12, 2024
Fixes redhat-developer/vscode-quarkus#787 Signed-off-by: azerr <azerr@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VSCode shows the following error if a
@CheckedTemplate
withbasePath
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
inTodos.java
to:Rename
Todos
directory in src/main/resources/templates totodo_v1
The text was updated successfully, but these errors were encountered: