vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Modules from other directory are not displayed

Open nzaytsev opened this issue 2 years ago • 1 comments

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

nzaytsev avatar Nov 30 '23 05:11 nzaytsev

Thank you for reporting. It's a bug about project searching.

https://github.com/microsoft/vscode-java-dependency/blob/f2368711a58456de61dda5598896b102122bef88/jdtls.ext/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/ProjectCommand.java#L127

I need to think about how to handle it correctly when projects locate out of the workspace root.

jdneo avatar Nov 30 '23 09:11 jdneo