-
Notifications
You must be signed in to change notification settings - Fork 406
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
how to use IgnoreUnnamedModuleForSplitPackage #3074
Comments
@snjeza pointed out we set the option by default at Line 166 in 27a1a1e
You should also be able to set this option using .vscode/settings.json
.vscode/settings.prefs
|
I think we can close this in favour of redhat-developer/vscode-java#3505 since there's some more information there. |
I am using the Language Support for Java(TM) by Red Hat (version: v1.28.1) in vscode |
As described in title, how can i enable feature IgnoreUnnamedModuleForSplitPackage. Because I got following error msg in vscode-java(redhat.java)
The package java.util.concurrent is accessible from more than one module: , java.base
after I set the java.jdt.ls.java.home to jdk8, above error msg disappeared
The text was updated successfully, but these errors were encountered: