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 Peng Lyu
parent 4c20e872bd
commit 84bc170119

View File

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