You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,13 @@
361
361
"description": "Whether to detect renames. Does not affect untracked files. May have a performance impact.",
362
362
"default": true
363
363
},
364
+
"gitTreeCompare.renameThreshold": {
365
+
"type": "number",
366
+
"minimum": 0,
367
+
"maximum": 100,
368
+
"description": "The similarity index (in percent) for rename detection. A value of 100 means that only identical files are detected as renames, a value of 0 means that any file with any similarity is detected as a rename. Has no effect if gitTreeCompare.findRenames is false.",
369
+
"default": 50
370
+
},
364
371
"gitTreeCompare.openChanges": {
365
372
"type": "boolean",
366
373
"description": "When selecting a modified file in the tree, whether to show its changes or just open the workspace file.",
0 commit comments