diff --git a/package.json b/package.json index bedaad6..6bc5881 100644 --- a/package.json +++ b/package.json @@ -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" },