redhat-developer / redhat-developer/vscode-quarkus
Gradle: New config properties not available for newly added Quarkus extensions
Open
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:
- Create a new Gradle Quarkus project without choosing any extensions to add
- Open the Quarkus project in VS Code
- Call the
Quarkus: Add extensions to current projectcommand - Add an extension (ex. Agroal)
- Go to
application.properties, invoke completion - Completion options coming from the Agroal extensions do not appear (ex
quarkus.datasource.driver)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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