Skip to content

Commit 2759242

Browse files
authored
Merge pull request #282055 from microsoft/rebornix/psychiatric-anaconda
Git - increase limit of the `git.detectWorktreesLimit` setting (#281530)
2 parents 4c20e87 + 84bc170 commit 2759242

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)