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
See #634 (comment)
In
vscode-java-dependency/jdtls.ext/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/PackageCommand.java
Line 406 in 2a6c0fc
We didn't take IFolder into consideration and just simply skip it.
IFolder
This makes confusion to users when there are folders in a package but they are not visible in Java Project explorer
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
See #634 (comment)
In
vscode-java-dependency/jdtls.ext/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/PackageCommand.java
Line 406 in 2a6c0fc
We didn't take
IFolder
into consideration and just simply skip it.This makes confusion to users when there are folders in a package but they are not visible in Java Project explorer
The text was updated successfully, but these errors were encountered: