Skip to content

Instantly share code, notes, and snippets.

@rodrigocfd
Last active May 24, 2024 03:58
Show Gist options
  • Select an option

  • Save rodrigocfd/47d9ac0013df4f1198a576c397317a50 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigocfd/47d9ac0013df4f1198a576c397317a50 to your computer and use it in GitHub Desktop.
Java preferences for Visual Studio Code
# 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