Parcourir la source

Fixes scheme for #337

main
Eric Amodio il y a 6 ans
Parent
révision
911db7cb01
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      package.json

+ 4
- 1
package.json Voir le fichier

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

Chargement…
Annuler
Enregistrer