Skip to content

Commit

Permalink
Update readme.md for refreshDelay setting (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vigilans authored and testforstephen committed Oct 15, 2019
1 parent 67fa323 commit dfcebb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ A lightweight extension to provide additional Java project explorer features. It
| `java.dependency.showOutline` | Specify whether to show the outline in the dependency viewer. | `true` |
| `java.dependency.syncWithFolderExplorer` | Specify whether to sync the folder with dependency viewer when browsering files. | `true` |
| `java.dependency.autoRefresh` | Specify whether to automatically sync the change from editor to the dependency viewer. | `true` |
| `java.dependency.refreshDelay` | The delay time (ms) the auto refresh is invoked when changes are detected. | `2000ms` |
| `java.dependency.packagePresentation` | Specify how to display the package. Supported values are: `flat`, `hierarchical`.| `flat` |

## Contribution
Expand Down

0 comments on commit dfcebb5

Please sign in to comment.