We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Thank you for reporting. It's a bug about project searching.
vscode-java-dependency/jdtls.ext/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/ProjectCommand.java
Line 127 in f236871
I need to think about how to handle it correctly when projects locate out of the workspace root.
Sorry, something went wrong.
No branches or pull requests
I have Java project with module structure like this:
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
The text was updated successfully, but these errors were encountered: