code-template-tool
code-template-tool copied to clipboard
No Templates were found!
- I created directory at my project root /playground/templates
- I set extension settings 'Template Path' to {workspace}/playground/templates
- I created template.config.json file with the following
{ "name": "New Object Template", "variables": [ "objectName" ] }
- I created a template file called ___objectName___Route.js
- I right click on a folder and select 'New File / Folder from Template
- I get the following error message: code-template-tool: No Templates were found!