Browse Source

Fixes scheme for #337

main
Eric Amodio 6 years ago
parent
commit
911db7cb01
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      package.json

+ 4
- 1
package.json View File

@ -810,8 +810,11 @@
"scope": "window"
},
"gitlens.advanced.blame.customArguments": {
"type": "string[]",
"type": "array",
"default": null,
"items": {
"type": "string"
},
"description": "Specifies additional arguments to pass to the `git blame` command",
"scope": "resource"
},

Loading…
Cancel
Save