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": {