microsoft / microsoft/vscode-java-dependency
Display library settings for a dependency
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 199
- Forks
- 105
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 27
Description
VS Code says "By default, a referenced {binary}.jar will try to search {binary}-sources.jar under the same directory, and attach it as source if one match is found." I added the commons-math3-3.6.1.jar from Apache, and the source is right next to it with the proper suffix, however, the Project Manager for Java didn't add it to the workspace settings. Does the aforementioned feature exist? Do I do something incorrectly?
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 the VS Code Java library configuration behavior and how the Project Manager for Java handles workspace settings. Reproduce the case with commons-math3-3.6.1.jar and its adjacent sources JAR, then trace the dependency-management entry point. Done means the behavior is implemented or the limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100