Skip to content

Commit dfcebb5

Browse files
Vigilanstestforstephen
authored andcommitted
Update readme.md for refreshDelay setting (#194)
1 parent 67fa323 commit dfcebb5

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
@@ -30,6 +30,7 @@ A lightweight extension to provide additional Java project explorer features. It
3030
| `java.dependency.showOutline` | Specify whether to show the outline in the dependency viewer. | `true` |
3131
| `java.dependency.syncWithFolderExplorer` | Specify whether to sync the folder with dependency viewer when browsering files. | `true` |
3232
| `java.dependency.autoRefresh` | Specify whether to automatically sync the change from editor to the dependency viewer. | `true` |
33+
| `java.dependency.refreshDelay` | The delay time (ms) the auto refresh is invoked when changes are detected. | `2000ms` |
3334
| `java.dependency.packagePresentation` | Specify how to display the package. Supported values are: `flat`, `hierarchical`.| `flat` |
3435

3536
## Contribution

0 commit comments

Comments
 (0)