From 2d17385d2eb2a091dad09a22b732bcd3824bace2 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Mon, 6 Feb 2023 19:56:41 +0900 Subject: [PATCH] config: add merge-tools..edit-args to schema --- src/config-schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config-schema.json b/src/config-schema.json index 4844bac06..40a56d5a8 100644 --- a/src/config-schema.json +++ b/src/config-schema.json @@ -228,6 +228,12 @@ "program": { "type": "string" }, + "edit-args": { + "type": "array", + "items": { + "type": "string" + } + }, "merge-args": { "type": "array", "items": {