redhat-developer / redhat-developer/vscode-java
Add Support for building each single project within the same workspace
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Some smaller projects can share the same configuration, but current build command doesn't allow to build single project. It's much convenient to have this feature so that we don't need to create an exactly same configuration for every project we are doing at the same time.
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 by locating the current build command and how it handles projects sharing one workspace configuration. Trace the workspace project-selection path and determine how a single project can be selected without duplicating configuration. Done means one project can be built independently while other projects continue sharing the existing configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- build-system, developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100