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

@@ -2215,6 +2215,12 @@
"scope": "resource",
"default": 10000,
"description": "%config.statusLimit%"
},
"git.repositoryScanMaxDepth": {
"type": "number",
"scope": "resource",
"default": 1,
"markdownDescription": "%config.repositoryScanMaxDepth%"
}
}
},