mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Git - add setting to control repository scan depth (#140260)
This commit is contained in:
@@ -2215,6 +2215,12 @@
|
||||
"scope": "resource",
|
||||
"default": 10000,
|
||||
"description": "%config.statusLimit%"
|
||||
},
|
||||
"git.repositoryScanMaxDepth": {
|
||||
"type": "number",
|
||||
"scope": "resource",
|
||||
"default": 1,
|
||||
"markdownDescription": "%config.repositoryScanMaxDepth%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user