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" },