Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modules from other directory are not displayed #804

Open
nzaytsev opened this issue Nov 30, 2023 · 1 comment
Open

Modules from other directory are not displayed #804

nzaytsev opened this issue Nov 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@nzaytsev
Copy link

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

@jdneo
Copy link
Member

jdneo commented Nov 30, 2023

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants