Skip to content

Commit 3e38bd6

Browse files
committed
Updates settings labels
1 parent 960b7a3 commit 3e38bd6

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

package.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"null"
141141
],
142142
"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",
144144
"scope": "window",
145145
"order": 50
146146
}
@@ -334,7 +334,7 @@
334334
"null"
335335
],
336336
"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",
338338
"scope": "window",
339339
"order": 73
340340
},
@@ -451,7 +451,7 @@
451451
"null"
452452
],
453453
"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",
455455
"scope": "window",
456456
"order": 80
457457
}
@@ -796,7 +796,7 @@
796796
"null"
797797
],
798798
"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",
800800
"scope": "window",
801801
"order": 80
802802
}
@@ -1092,10 +1092,11 @@
10921092
"string",
10931093
"null"
10941094
],
1095+
"when": "",
10951096
"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",
10971098
"scope": "window",
1098-
"order": 600
1099+
"order": 601
10991100
},
11001101
"gitlens.graph.dateStyle": {
11011102
"type": [
@@ -1104,16 +1105,18 @@
11041105
],
11051106
"default": null,
11061107
"enum": [
1108+
null,
11071109
"relative",
11081110
"absolute"
11091111
],
11101112
"enumDescriptions": [
1113+
"inherited from gitlens.defaultDateStyle",
11111114
"e.g. 1 day ago",
11121115
"e.g. July 25th, 2018 7:18pm"
11131116
],
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",
11151118
"scope": "window",
1116-
"order": 601
1119+
"order": 600
11171120
},
11181121
"gitlens.graph.commitOrdering": {
11191122
"type": "string",

0 commit comments

Comments
 (0)