|
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. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats. When not specified, the `#gitlens.defaultDateFormat#` value is used", |
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. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats. When not specified, the `#gitlens.defaultDateFormat#` value is used", |
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. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats. When not specified, the `#gitlens.defaultDateFormat#` value is used", |
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. See the [Moment.js docs](https://momentjs.com/docs/#/displaying/format/) for supported formats. When not specified, the `#gitlens.defaultDateFormat#` value is used", |
800 | 800 | "scope": "window",
|
801 | 801 | "order": 80
|
802 | 802 | }
|
|
1092 | 1092 | "string",
|
1093 | 1093 | "null"
|
1094 | 1094 | ],
|
| 1095 | + "when": "", |
1095 | 1096 | "default": null,
|
1096 |
| - "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", |
| 1097 | + "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. Only applies when `#gitlens.graph.dateFormat#` is set to `absolute`. When not specified, the `#gitlens.defaultDateFormat#` value is used", |
1097 | 1098 | "scope": "window",
|
1098 |
| - "order": 600 |
| 1099 | + "order": 601 |
1099 | 1100 | },
|
1100 | 1101 | "gitlens.graph.dateStyle": {
|
1101 | 1102 | "type": [
|
|
1104 | 1105 | ],
|
1105 | 1106 | "default": null,
|
1106 | 1107 | "enum": [
|
| 1108 | + null, |
1107 | 1109 | "relative",
|
1108 | 1110 | "absolute"
|
1109 | 1111 | ],
|
1110 | 1112 | "enumDescriptions": [
|
| 1113 | + "inherited from gitlens.defaultDateStyle", |
1111 | 1114 | "e.g. 1 day ago",
|
1112 | 1115 | "e.g. July 25th, 2018 7:18pm"
|
1113 | 1116 | ],
|
1114 |
| - "markdownDescription": "Specifies how dates will be displayed in the _Commit Graph_", |
| 1117 | + "markdownDescription": "Specifies how dates will be displayed in the _Commit Graph_. When not specified, the `#gitlens.defaultDateStyle#` value is used", |
1115 | 1118 | "scope": "window",
|
1116 |
| - "order": 601 |
| 1119 | + "order": 600 |
1117 | 1120 | },
|
1118 | 1121 | "gitlens.graph.commitOrdering": {
|
1119 | 1122 | "type": "string",
|
|
0 commit comments