Git - add setting to control repository scan depth (#140260)

This commit is contained in:
Ladislau Szomoru
2022-01-07 10:18:53 +01:00
committed by GitHub
parent 6540fc6105
commit a4d7014d7a
3 changed files with 48 additions and 5 deletions

View File

@@ -193,6 +193,7 @@
"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.",
"config.repositoryScanMaxDepth": "Controls the depth used when scanning workspace folders for Git repositories when `#git.autoRepositoryDetection#` is set to `true` or `subFolders`. Can be set to `-1` for no limit.",
"submenu.explorer": "Git",
"submenu.commit": "Commit",
"submenu.commit.amend": "Amend",