microsoft / microsoft/vscode-java-dependency
Modules from other directory are not displayed
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 199
- Forks
- 105
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 27
Description
I have Java project with module structure like this:
<modules>
<module>../shared</module>
<module>../ui</module>
<module>module1</module>
<module>module2</module>
...
</modules>
When I open this project, I see only modules from current directory, and I don't see ../shared and ../ui modules in the Java Projects view
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
Reproduce the issue with the shown Java module structure, including ../shared and ../ui, and inspect how the Java Projects view discovers modules. Done means modules outside the current directory appear alongside module1 and module2 in the Java Projects view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100