code-template-tool icon indicating copy to clipboard operation
code-template-tool copied to clipboard

No Templates were found!

Open knightscode-og opened this issue 2 years ago • 1 comments

  • 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!

knightscode-og avatar Sep 07 '22 03:09 knightscode-og