-
Notifications
You must be signed in to change notification settings - Fork 446
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
java.settings.url preference not working #1939
Comments
One case I'm aware of that has issues is modifying Not sure if this that situation, but I've seen such behaviour. |
@carlgmz could you try |
Thank you, @snjeza, that worked. I see the format is plain preferences, instead of the format produced by the Eclipse preference exportation (I was using Eclipse 2021-03). I think the Setting global preferences guide should be updated. Thank you! |
@carlgmz There is a bug. I'm preparing a fix. |
Fixes redhat-developer/vscode-java#1939 Signed-off-by: Snjezana Peco <[email protected]>
Fixes redhat-developer/vscode-java#1939 Signed-off-by: Snjezana Peco <[email protected]>
I want to disable globally the warning
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver
. For that, I have set the preference in Eclipse, exported the preference file from Eclipse, and set the propertyjava.settings.url
to the exported file (I tried both a file:// URL and the absolute path). In both cases, the extension shows the disabled warning in the problems view.Environment
settings.prefs.txt
Steps To Reproduce
Current Result
The static access warning is reported
Expected Result
The warning is not reported
Additional Informations
If the preference is set in the project's prefs file, it is honored.
The text was updated successfully, but these errors were encountered: