mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Git - only add default branch name if supported (#185557)
This commit is contained in:
@@ -2082,7 +2082,7 @@
|
||||
},
|
||||
"git.defaultBranchName": {
|
||||
"type": "string",
|
||||
"description": "%config.defaultBranchName%",
|
||||
"markdownDescription": "%config.defaultBranchName%",
|
||||
"default": "main",
|
||||
"scope": "resource"
|
||||
},
|
||||
@@ -2719,7 +2719,7 @@
|
||||
"default": 50,
|
||||
"minimum": 0,
|
||||
"maximum": 100,
|
||||
"description": "%config.similarityThreshold%",
|
||||
"markdownDescription": "%config.similarityThreshold%",
|
||||
"scope": "resource"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user