vscode-project-templates icon indicating copy to clipboard operation
vscode-project-templates copied to clipboard

Project Templates extension for VSCode

Results 17 vscode-project-templates issues
Sort by recently updated
recently updated
newest added

Hi, Feature request: Save selected files as template and add option for create project from template on `welcome page`

since the rebuild did not work as expected this removes the rebuild target of make and edits rebuild task in tasks.json to hanle rebuild On branch editC++MakefileTemplate Changes to be...

The `make all` works just fine The `make rebuild` it will remove `*.d` files as it goes through the `clean `process but does not recreate them. The `make clean` creates...

Thanks for this extension, extremely helpful. Just a random feature request, I know this will only save a couple extra clicks but I'm trying to use VS Code instead of...

I just gave this a shot and I have to say that it's very neat. Kudos! I have some feedback though 1. Add a setting for `ProjectTemplates.ignore` - files and...

When creating a temaplte from a project, the `src` folder is not copied to the template

Is this extension still being maintained ? There's plenty of good but old tickets and feature requests out there. I estimate there is a market for this type of extension....

When creating a template from an existing project, the `dist` and `node_modules` folders are being copied into the template. That should not happen, makes the templates excessively large.

Some file will be the same between templates, f.i. .env, .eslintrc.js, .prettierrc, etc It would be usefull to have a 'common files' folder in the templates folder that contains reusable...

When placeholder names have '-' dashes, they are not replaced by the content