redhat-developer / redhat-developer/vscode-quarkus

Support for multiple Maven/Gradle Quarkus projects

Open
#122 0 comments 0 reactions 0 assignees View on GitHub

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.