redhat-developer / redhat-developer/vscode-quarkus

Gradle: New config properties not available for newly added Quarkus extensions

Open
#211 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
79
Forks
31
Avg merge
12h 51m
Merged PRs (30d)
6

Description

To reproduce this issue:

  1. Create a new Gradle Quarkus project without choosing any extensions to add
  2. Open the Quarkus project in VS Code
  3. Call the Quarkus: Add extensions to current project command
  4. Add an extension (ex. Agroal)
  5. Go to application.properties, invoke completion
  6. Completion options coming from the Agroal extensions do not appear (ex quarkus.datasource.driver)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in a new Gradle Quarkus project in VS Code by running the Quarkus: Add extensions to current project command, adding Agroal, and invoking completion in application.properties. Trace how completion data is refreshed after the extension is added; done means properties such as quarkus.datasource.driver appear without reopening the project.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
devtools, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.