Skip to content

Commit

Permalink
chore: add defaultProject in schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Oct 15, 2023
1 parent 76db16c commit 6868246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schematics/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 6868246

Please sign in to comment.