Skip to content

Commit 96f1ce1

Browse files
authored
Git - increase limit of the git.detectWorktreesLimit setting (#281530)
1 parent 8ed14ce commit 96f1ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,7 @@
35083508
"git.detectWorktreesLimit": {
35093509
"type": "number",
35103510
"scope": "resource",
3511-
"default": 10,
3511+
"default": 50,
35123512
"description": "%config.detectWorktreesLimit%"
35133513
},
35143514
"git.alwaysShowStagedChangesResourceGroup": {

0 commit comments

Comments
 (0)