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

[regression] Create template codelens no longer works #1155

Closed
fbricon opened this issue Sep 11, 2023 · 1 comment · Fixed by #1163
Closed

[regression] Create template codelens no longer works #1155

fbricon opened this issue Sep 11, 2023 · 1 comment · Fixed by #1163
Assignees
Labels
bug Something isn't working qute Qute support
Milestone

Comments

@fbricon
Copy link
Contributor

fbricon commented Sep 11, 2023

When clicking on the create template codelens, nothing happens:

Screenshot 2023-09-11 at 16 29 55

The Qute server logs show

[Trace - 04:27:38 PM] Sending request 'workspace/executeCommand - (21)'.
Params: {
  "command": "qute.command.generate.template.content",
  "arguments": [
    {
      "projectUri": "kusquar",
      "templateFileUri": "file:/Users/fbricon/Dev/kusquar/src/main/resources/templates/paged.html",
      "templateFilePath": "src/main/resources/templates/paged.html",
      "parameters": []
    }
  ]
}


[Trace - 04:27:38 PM] Received response 'workspace/executeCommand - (21)' in 1ms.
No result returned.
Error: {
  "code": -32001,
  "message": "Cannot findproject with the uri \u0027kusquar\u0027.",
  "data": {
    "message": "Cannot findproject with the uri \u0027kusquar\u0027."
  }
}
@angelozerr
Copy link
Contributor

This issue comes from since we have removed workspace folder support. But the fix should be done in Qute LS.

@angelozerr angelozerr added bug Something isn't working qute Qute support labels Sep 12, 2023
@fbricon fbricon added this to the 1.28.0 milestone Sep 12, 2023
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 12, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr angelozerr moved this to 👀 In review in IDE Cloudaptors Sep 12, 2023
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 12, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 13, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 13, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 14, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 14, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 14, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 14, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 14, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Sep 14, 2023
Fixes redhat-developer#1155

Signed-off-by: azerr <azerr@redhat.com>
fbricon pushed a commit that referenced this issue Sep 14, 2023
Fixes #1155

Signed-off-by: azerr <azerr@redhat.com>
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in IDE Cloudaptors Sep 14, 2023
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 Qute support
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants