|
140 | 140 | "null" |
141 | 141 | ], |
142 | 142 | "default": null, |
143 | | - "markdownDescription": "Specifies how to format absolute dates (e.g. using the `${date}` token) for the inline blame annotation. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats", |
| 143 | + "markdownDescription": "Specifies how to format absolute dates (e.g. using the `${date}` token) for the inline blame annotation, when not specified `#gitlens.defaultDateFormat#` is used. Use `full`, `long`, `medium`, `short`, or a custom format, e.g. `MMMM Do, YYYY h:mma`, similar to [Moment.js formats](https://momentjs.com/docs/#/displaying/format/)", |
144 | 144 | "scope": "window", |
145 | 145 | "order": 50 |
146 | 146 | } |
|
334 | 334 | "null" |
335 | 335 | ], |
336 | 336 | "default": null, |
337 | | - "markdownDescription": "Specifies how to format absolute dates in the Git CodeLens. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats", |
| 337 | + "markdownDescription": "Specifies how to format absolute dates in the Git CodeLens, when not specified `#gitlens.defaultDateFormat#` is used. Use `full`, `long`, `medium`, `short`, or a custom format, e.g. `MMMM Do, YYYY h:mma`, similar to [Moment.js formats](https://momentjs.com/docs/#/displaying/format/)", |
338 | 338 | "scope": "window", |
339 | 339 | "order": 73 |
340 | 340 | }, |
|
451 | 451 | "null" |
452 | 452 | ], |
453 | 453 | "default": null, |
454 | | - "markdownDescription": "Specifies how to format absolute dates (e.g. using the `${date}` token) in the blame information in the status bar. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats", |
| 454 | + "markdownDescription": "Specifies how to format absolute dates (e.g. using the `${date}` token) in the blame information in the status bar, when not specified `#gitlens.defaultDateFormat#` is used. Use `full`, `long`, `medium`, `short`, or a custom format, e.g. `MMMM Do, YYYY h:mma`, similar to [Moment.js formats](https://momentjs.com/docs/#/displaying/format/)", |
455 | 455 | "scope": "window", |
456 | 456 | "order": 80 |
457 | 457 | } |
|
796 | 796 | "null" |
797 | 797 | ], |
798 | 798 | "default": null, |
799 | | - "markdownDescription": "Specifies how to format absolute dates (e.g. using the `${date}` token) in file blame annotations. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats", |
| 799 | + "markdownDescription": "Specifies how to format absolute dates (e.g. using the `${date}` token) in file blame annotations, when not specified `#gitlens.defaultDateFormat#` is used. Use `full`, `long`, `medium`, `short`, or a custom format, e.g. `MMMM Do, YYYY h:mma`, similar to [Moment.js formats](https://momentjs.com/docs/#/displaying/format/)", |
800 | 800 | "scope": "window", |
801 | 801 | "order": 80 |
802 | 802 | } |
|
1104 | 1104 | "scope": "window", |
1105 | 1105 | "order": 500 |
1106 | 1106 | }, |
1107 | | - "gitlens.graph.dateFormat": { |
1108 | | - "type": [ |
1109 | | - "string", |
1110 | | - "null" |
1111 | | - ], |
1112 | | - "default": null, |
1113 | | - "markdownDescription": "Specifies how absolute dates will be formatted in the _Commit Graph_. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats", |
1114 | | - "scope": "window", |
1115 | | - "order": 600 |
1116 | | - }, |
1117 | 1107 | "gitlens.graph.dateStyle": { |
1118 | 1108 | "type": [ |
1119 | 1109 | "string", |
1120 | 1110 | "null" |
1121 | 1111 | ], |
1122 | 1112 | "default": null, |
1123 | 1113 | "enum": [ |
| 1114 | + null, |
1124 | 1115 | "relative", |
1125 | 1116 | "absolute" |
1126 | 1117 | ], |
1127 | 1118 | "enumDescriptions": [ |
| 1119 | + "defaults to `gitlens.defaultDateStyle`", |
1128 | 1120 | "e.g. 1 day ago", |
1129 | 1121 | "e.g. July 25th, 2018 7:18pm" |
1130 | 1122 | ], |
1131 | | - "markdownDescription": "Specifies how dates will be displayed in the _Commit Graph_", |
| 1123 | + "markdownDescription": "Specifies how dates will be displayed in the _Commit Graph_, when not specified `#gitlens.defaultDateStyle#` is used", |
| 1124 | + "scope": "window", |
| 1125 | + "order": 600 |
| 1126 | + }, |
| 1127 | + "gitlens.graph.dateFormat": { |
| 1128 | + "type": [ |
| 1129 | + "string", |
| 1130 | + "null" |
| 1131 | + ], |
| 1132 | + "default": null, |
| 1133 | + "markdownDescription": "Specifies how absolute dates will be formatted in the _Commit Graph_, when not specified `#gitlens.defaultDateFormat#` is used. Use `full`, `long`, `medium`, `short`, or a custom format, e.g. `MMMM Do, YYYY h:mma`, similar to [Moment.js formats](https://momentjs.com/docs/#/displaying/format/). Only applies when `#gitlens.graph.dateFormat#` is set to `absolute`", |
1132 | 1134 | "scope": "window", |
1133 | 1135 | "order": 601 |
1134 | 1136 | }, |
|
0 commit comments