Browse Source

Changes strings.codeLens.unsavedChanges default

Should be less intrusive now
main
Eric Amodio 4 years ago
parent
commit
46d56160f1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      package.json

+ 3
- 3
package.json View File

@ -1536,19 +1536,19 @@
},
"gitlens.strings.codeLens.unsavedChanges.recentChangeAndAuthors": {
"type": "string",
"default": "Unsaved changes (cannot determine recent change or authors)",
"default": "$(ellipsis)",
"markdownDescription": "Specifies the string to be shown in place of both the _recent change_ and _authors_ code lens when there are unsaved changes",
"scope": "window"
},
"gitlens.strings.codeLens.unsavedChanges.recentChangeOnly": {
"type": "string",
"default": "Unsaved changes (cannot determine recent change)",
"default": "$(ellipsis)",
"markdownDescription": "Specifies the string to be shown in place of the _recent change_ code lens when there are unsaved changes",
"scope": "window"
},
"gitlens.strings.codeLens.unsavedChanges.authorsOnly": {
"type": "string",
"default": "Unsaved changes (cannot determine authors)",
"default": "$(ellipsis)",
"markdownDescription": "Specifies the string to be shown in place of the _authors_ code lens when there are unsaved changes",
"scope": "window"
},

||||||
x
 
000:0
Loading…
Cancel
Save