mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Adds customizable code lens strings
This commit is contained in:
15
package.json
15
package.json
@@ -408,6 +408,21 @@
|
||||
"default": null,
|
||||
"description": "Specifies the date format of absolute dates shown in the blame information on the status bar. See https://momentjs.com/docs/#/displaying/format/ for valid formats"
|
||||
},
|
||||
"gitlens.strings.codeLens.unsavedChanges.recentChangeAndAuthors": {
|
||||
"type": "string",
|
||||
"default": "Cannot determine recent change or authors (unsaved changes)",
|
||||
"description": "Specifies the string to be shown in place of both the `recent change` and `authors` code lens when there are unsaved changes"
|
||||
},
|
||||
"gitlens.strings.codeLens.unsavedChanges.recentChangeOnly": {
|
||||
"type": "string",
|
||||
"default": "Cannot determine recent change (unsaved changes)",
|
||||
"description": "Specifies the string to be shown in place of the `recent change` code lens when there are unsaved changes"
|
||||
},
|
||||
"gitlens.strings.codeLens.unsavedChanges.authorsOnly": {
|
||||
"type": "string",
|
||||
"default": "Cannot determine authors (unsaved changes)",
|
||||
"description": "Specifies the string to be shown in place of the `authors` code lens when there are unsaved changes"
|
||||
},
|
||||
"gitlens.theme.annotations.file.gutter.separateLines": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
||||
Reference in New Issue
Block a user