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

Show validation errors for Qute project without opening a Qute template file #813

Closed
angelozerr opened this issue Mar 14, 2023 · 0 comments · Fixed by #819
Closed

Show validation errors for Qute project without opening a Qute template file #813

angelozerr opened this issue Mar 14, 2023 · 0 comments · Fixed by #819
Assignees
Labels
enhancement New feature or request qute validation
Milestone

Comments

@angelozerr
Copy link
Contributor

Once #810 will be merged, it should be nice to show validation errors for Qute project without opening a Qute template file.

To do that we need:

  • on vscode-quarkus we will need to add activationEvents on "workspaceContains:**/src/main/resources/templates"to start the Qute LS.
  • on Qute LS side we need to loop for workspace folders to load Qute project which will trigger validation.
@angelozerr angelozerr added enhancement New feature or request validation qute labels Mar 14, 2023
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Mar 17, 2023
angelozerr pushed a commit to angelozerr/vscode-quarkus that referenced this issue Mar 17, 2023
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Mar 17, 2023
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Mar 17, 2023
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Mar 19, 2023
@angelozerr angelozerr self-assigned this Mar 21, 2023
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Mar 22, 2023
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Mar 22, 2023
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Mar 22, 2023
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue Mar 22, 2023
@angelozerr angelozerr added this to the 0.14.0 milestone Mar 22, 2023
datho7561 pushed a commit to redhat-developer/vscode-quarkus that referenced this issue Mar 22, 2023
datho7561 pushed a commit that referenced this issue Mar 22, 2023
file

Fixes #813

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
Labels
enhancement New feature or request qute validation
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant