mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Git - add similarity threshold setting (#182492)
This commit is contained in:
@@ -2706,6 +2706,14 @@
|
||||
"default": "prompt",
|
||||
"markdownDescription": "%config.openRepositoryInParentFolders%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"git.similarityThreshold": {
|
||||
"type": "number",
|
||||
"default": 50,
|
||||
"minimum": 0,
|
||||
"maximum": 100,
|
||||
"description": "%config.similarityThreshold%",
|
||||
"scope": "resource"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user