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