mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
Git - increase limit of the git.detectWorktreesLimit setting (#281530)
This commit is contained in:
@@ -3508,7 +3508,7 @@
|
||||
"git.detectWorktreesLimit": {
|
||||
"type": "number",
|
||||
"scope": "resource",
|
||||
"default": 10,
|
||||
"default": 50,
|
||||
"description": "%config.detectWorktreesLimit%"
|
||||
},
|
||||
"git.alwaysShowStagedChangesResourceGroup": {
|
||||
|
||||
Reference in New Issue
Block a user