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": {
"type": "number",
"scope": "resource",
"default": 10,
"default": 50,
"description": "%config.detectWorktreesLimit%"
},
"git.alwaysShowStagedChangesResourceGroup": {