redhat-developer / redhat-developer/vscode-java
Provide management of java requirements installed on file system to third parties
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
in https://github.com/jboss-fuse/vscode-atlasmap , I would like to reuse the java requirements provided by https://github.com/redhat-developer/vscode-java/blob/master/src/requirements.ts as it is a very useful feature.
it would be nice to provide a way to consume it. Not sure what is possible exactly but I think 2 possibilities are:
- extract it in a specific npm module
- expose vscode-java in npm repository
Current Result
i duplicated the requirements.ts file
Expected Result
be able to declare a dependency withotu duplicating code
Additional Informations
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 reviewing src/requirements.ts in vscode-java and the consuming vscode-atlasmap repository to understand the duplicated dependency. Determine the supported way to publish or expose this functionality, then verify that a consumer can declare the dependency without copying requirements.ts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100