-
Notifications
You must be signed in to change notification settings - Fork 3
Including an icon
Phil Henning edited this page Mar 1, 2021
·
1 revision
In order to add an icon to be displayed in the new project dialog you need to add the icon and some metadata to a host-specific configuration file to your template:
Create a host file named "ide.host.json" along side your template.json file and include it with your template.
{ "icon": "ide/AppIcon.png" }
Also package the icon itself. The icon should be located at the path specified in the ide.host.json file. It is recommended that you place the icon within a subfolder as shown.