Skip to content
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

Support for inner Enum in Qute files #963

Closed
angelozerr opened this issue Jul 3, 2024 · 0 comments · Fixed by #973
Closed

Support for inner Enum in Qute files #963

angelozerr opened this issue Jul 3, 2024 · 0 comments · Fixed by #973
Assignees
Labels
bug Something isn't working qute validation
Milestone

Comments

@angelozerr
Copy link
Contributor

Open https://github.com/ia3andy/one-two-three-quarkus/blob/main/dashboard/src/main/resources/templates/Dashboard/board.html

and you will see error for status:

image

This error exists only in vscode-quarkus (it is a problem of Qute JDT). Status is an inner enum, it seems that this kind of enum cannot be collected with Qute JDT.

@angelozerr angelozerr added bug Something isn't working validation qute labels Jul 3, 2024
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue Jul 12, 2024
Fixes redhat-developer#963

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#963

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#963

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr angelozerr added this to the 0.19.0 milestone Jul 12, 2024
@angelozerr angelozerr self-assigned this Jul 12, 2024
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue Jul 12, 2024
Fixes redhat-developer#963

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#963

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#963

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#963

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr angelozerr changed the title Support for inner Enum Support for inner Enum in Qute files Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working qute validation
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant