Git - add similarity threshold setting (#182492)

This commit is contained in:
Ladislau Szomoru
2023-05-15 12:59:33 +02:00
committed by GitHub
parent 0007f99481
commit b0252732a7
4 changed files with 16 additions and 2 deletions

View File

@@ -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"
}
}
},