Browse Source

Fixes json schema

main
Eric Amodio 5 years ago
parent
commit
a08bddf7ac
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      package.json

+ 8
- 1
package.json View File

@ -1745,7 +1745,14 @@
"scope": "resource"
},
"gitlens.advanced.similarityThreshold": {
"type": "number",
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"markdownDescription": "Specifies the amount (percent) of similarity a deleted and added file pair must have to be considered a rename",
"scope": "window"

Loading…
Cancel
Save