Skip to content

Commit 911db7c

Browse files
committed
Fixes scheme for #337
1 parent e013859 commit 911db7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,8 +810,11 @@
810810
"scope": "window"
811811
},
812812
"gitlens.advanced.blame.customArguments": {
813-
"type": "string[]",
813+
"type": "array",
814814
"default": null,
815+
"items": {
816+
"type": "string"
817+
},
815818
"description": "Specifies additional arguments to pass to the `git blame` command",
816819
"scope": "resource"
817820
},

0 commit comments

Comments
 (0)