Skip to content

Commit b7ecf2d

Browse files
docs: add setting item java.dependency.enableDependencyCheckup (#958)
1 parent 4fe981d commit b7ecf2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ You can tell that the glob pattern is supported. And here's more - you can incl
7070
| `java.dependency.autoRefresh` | Specify whether to automatically sync the change from editor to the Java Projects explorer. | `true` |
7171
| `java.dependency.refreshDelay` | The delay time (ms) the auto refresh is invoked when changes are detected. | `2000ms` |
7272
| `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` |
7374
| `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` |
7475
| `java.project.explorer.showNonJavaResources` | When enabled, the explorer shows non-Java resources. | `true` |
7576

0 commit comments

Comments
 (0)