redhat-developer / redhat-developer/vscode-quarkus
Support for multiple Maven/Gradle Quarkus projects
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 31
- Avg merge
- 12h 51m
- Merged PRs (30d)
- 6
Description
Vscode-quarkus right now offers a feature where if you have multiple maven quarkus projects in your workspace like this:
workspace
|_workspace_folder1 -> maven quarkus project
|_workspace_folder2 -> maven quarkus project
|_workspace_folder3 -> maven quarkus project
and when you try to add Quarkus extensions using the "Add extensions to current project" command, you are able to select which project to add their extension into.
The question is, whether we want to have this kind of feature for the case where the user has opened Maven and Gradle projects under one workspace like this:
workspace
|_workspace_folder1 -> maven quarkus project
|_workspace_folder2 -> gradle quarkus project
|_workspace_folder3 -> maven quarkus project
Maybe this isn't a likely scenario? Do we want to make features that support this case?
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
Start with the “Add extensions to current project” command and review how it selects among workspace folders. Determine whether mixed Maven and Gradle Quarkus projects should be supported, and document the expected behavior or decision for this workspace layout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100