Last active
May 24, 2024 03:58
-
-
Save rodrigocfd/47d9ac0013df4f1198a576c397317a50 to your computer and use it in GitHub Desktop.
Java preferences for Visual Studio Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Setting preferences: | |
| # "java.settings.url": "/home/rodrigo/apps/vscode.java.prefs", | |
| # https://github.com/redhat-developer/vscode-java/wiki/Settings-Global-Preferences | |
| # | |
| # General reference: | |
| # https://git.eclipse.org/r/plugins/gitiles/platform/eclipse.platform.debug/+/0b578a4efb6323cc3cdcdea5ef1783eaa717088f/org.eclipse.core.variables/.settings/org.eclipse.jdt.core.prefs | |
| org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning | |
| org.eclipse.jdt.core.compiler.problem.unusedLabel=warning | |
| org.eclipse.jdt.core.compiler.problem.unusedLocal=warning | |
| org.eclipse.jdt.core.compiler.problem.unusedParameter=warning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment