From 5c89651e642645fd93bb228d7aee26fee533ca85 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Fri, 24 May 2024 15:08:20 +0100 Subject: [PATCH] Correct SBE schema for standard format Co-Authored-By: Joseph Abbey --- scratch-vhdl-vscode/sbe.schema.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scratch-vhdl-vscode/sbe.schema.json b/scratch-vhdl-vscode/sbe.schema.json index 55b3644..ea0cb49 100644 --- a/scratch-vhdl-vscode/sbe.schema.json +++ b/scratch-vhdl-vscode/sbe.schema.json @@ -51,7 +51,12 @@ "aliases": { "type": "object", "additionalProperties": { - "type": "string" + "type": "array", + "items": { + "type": "string" + }, + "minItems": 1, + "maxItems": 1 } }, "command": {