Git - increase limit of the git.detectWorktreesLimit setting (#281530)

This commit is contained in:
Ladislau Szomoru
2025-12-05 14:57:40 +00:00
committed by GitHub
parent 8ed14ce940
commit 96f1ce144d

View File

@@ -3508,7 +3508,7 @@
"git.detectWorktreesLimit": { "git.detectWorktreesLimit": {
"type": "number", "type": "number",
"scope": "resource", "scope": "resource",
"default": 10, "default": 50,
"description": "%config.detectWorktreesLimit%" "description": "%config.detectWorktreesLimit%"
}, },
"git.alwaysShowStagedChangesResourceGroup": { "git.alwaysShowStagedChangesResourceGroup": {