From 6868246cbbf45f1a8a758db8d2c838b12961b4f0 Mon Sep 17 00:00:00 2001 From: cipchk Date: Sun, 15 Oct 2023 12:37:22 +0800 Subject: [PATCH] chore: add `defaultProject` in `schema.json` --- schematics/schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schematics/schema.json b/schematics/schema.json index 6b50396c5..badf6e00d 100644 --- a/schematics/schema.json +++ b/schematics/schema.json @@ -7,6 +7,10 @@ "$schema": { "type": "string" }, + "defaultProject": { + "type": "string", + "description": "Default project name, generally used for https://marketplace.visualstudio.com/items?itemName=cipchk.ng-alain-vscode plug-in" + }, "theme": { "$ref": "#/definitions/theme" },