File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ A lightweight extension to provide additional Java project explorer features. It
30
30
| ` java.dependency.showOutline ` | Specify whether to show the outline in the dependency viewer. | ` true ` |
31
31
| ` java.dependency.syncWithFolderExplorer ` | Specify whether to sync the folder with dependency viewer when browsering files. | ` true ` |
32
32
| ` 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 ` |
33
34
| ` java.dependency.packagePresentation ` | Specify how to display the package. Supported values are: ` flat ` , ` hierarchical ` .| ` flat ` |
34
35
35
36
## Contribution
You can’t perform that action at this time.
0 commit comments