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
Currently we have several classpath related settings for the unmanaged folders:
java.configuration.runtimes
java.project.outputPath
java.project.referencedLibraries
The missing part is a setting to specify the source paths which originally comes from: microsoft/vscode-java-dependency#412
Though we now have a command Add/Remove to Java Source Path, users are still not aware of this capability. So adding a new setting can better expose such capability.
Add/Remove to Java Source Path
The text was updated successfully, but these errors were encountered:
jdneo
Successfully merging a pull request may close this issue.
Currently we have several classpath related settings for the unmanaged folders:
java.configuration.runtimes
java.project.outputPath
(under release)java.project.referencedLibraries
The missing part is a setting to specify the source paths which originally comes from: microsoft/vscode-java-dependency#412
Though we now have a command
Add/Remove to Java Source Path
, users are still not aware of this capability. So adding a new setting can better expose such capability.The text was updated successfully, but these errors were encountered: