You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ You can tell that the glob pattern is supported. And here's more - you can incl
70
70
|`java.dependency.autoRefresh`| Specify whether to automatically sync the change from editor to the Java Projects explorer. |`true`|
71
71
|`java.dependency.refreshDelay`| The delay time (ms) the auto refresh is invoked when changes are detected. |`2000ms`|
72
72
|`java.dependency.packagePresentation`| Specify how to display the package. Supported values are: `flat`, `hierarchical`.|`flat`|
73
+
|`java.dependency.enableDependencyCheckup`| Show reminders when your Java runtimes or dependencies need an upgrade. |`true`|
73
74
|`java.project.exportJar.targetPath`| The output path of export jar. When this setting is **empty** , a file explorer will pop up to let the user select the output location.|`${workspaceFolder}/${workspaceFolderBasename}.jar`|
74
75
|`java.project.explorer.showNonJavaResources`| When enabled, the explorer shows non-Java resources. |`true`|
0 commit comments