Fixes #129669: new setting to control status limit

Also bumps the default from 5000 to 10,000
This commit is contained in:
Eric Amodio
2021-09-30 01:04:30 -04:00
parent 6fed60f8f4
commit 2306ad1ef4
4 changed files with 36 additions and 14 deletions

View File

@@ -189,6 +189,7 @@
"config.showUnpublishedCommitsButton.always": "Always shows the action button, if there are unpublished commits.",
"config.showUnpublishedCommitsButton.whenEmpty": "Only shows the action button if there are no other changes and there are unpublished commits.",
"config.showUnpublishedCommitsButton.never": "Never shows the action button.",
"config.statusLimit": "Controls how to limit the number of changes that can be parsed from Git status command. Can be set to 0 for no limit.",
"submenu.explorer": "Git",
"submenu.commit": "Commit",
"submenu.commit.amend": "Amend",