|
1 | | -# Cron Helper |
| 1 | + |
| 2 | + |
| 3 | +# Cron Explained |
| 4 | + |
| 5 | +[](https://marketplace.visualstudio.com/items?itemName=tumido.cron-explained) |
| 6 | +[](https://github.com/tumido/cron-explained/releases) |
| 7 | +[](https://github.com/tumido/cron-explained/blob/master/LICENSE) |
| 8 | +[](https://github.com/tumido/cron-explained/actions?query=workflow%3ARelease) |
| 9 | + |
2 | 10 |
|
3 | 11 | Have you ever found the cron format confusing? Did you ever need to know what is the "real" schedule? Are you tired of copy pasting the `"2,3,4 */2 * * 4"` into other online tools? This extension might come handy to you. |
4 | 12 |
|
@@ -26,10 +34,12 @@ Command allowing you add an inline comment with the explanation. |
26 | 34 |
|
27 | 35 | This extension contributes the following settings: |
28 | 36 |
|
29 | | -- `cron-explained.use24HourTimeFormat`: If true, descriptions will use a 24-hour clock. Defaults to `true`. |
30 | | -- `cron-explained.verbose`: Whether to use a verbose description. Defaults to `true`. |
31 | | -- `cron-explained.enableCodeLens`: When enabled, the transcript is shown as a code lens. Defaults to `false`. |
32 | | -- `cron-explained.enableHover`: When enabled, the transcript is shown in a hover tooltip. Defaults to `true`. |
| 37 | +| Settings | Description | Default value | |
| 38 | +| ------------------------------------ | --------------------------------------------------------- | ------------- | |
| 39 | +| `cron-explained.use24HourTimeFormat` | If set, descriptions will use a 24-hour clock. | `true` | |
| 40 | +| `cron-explained.verbose` | Whether to use a verbose description. | `true` | |
| 41 | +| `cron-explained.enableCodeLens` | When enabled, the transcript is shown as a code lens. | `false` | |
| 42 | +| `cron-explained.enableHover` | When enabled, the transcript is shown in a hover tooltip. | `true` | |
33 | 43 |
|
34 | 44 | ## Credit |
35 | 45 |
|
|
0 commit comments