vscode-copilot-release icon indicating copy to clipboard operation
vscode-copilot-release copied to clipboard

Project Templates supported in `@workspace /new`

Open bhavyaus opened this issue 1 year ago • 2 comments

The @workspace /new command now offers a selection of sample projects curated from GitHub repositories to use as starter workspace templates. image

We would like to invite users to contribute suggestions for GitHub repositories with examples they wish to see included.

bhavyaus avatar Apr 02 '24 07:04 bhavyaus

Not a template I am missing, but a bug in a current template. I ask for a nodeJS/express REST service like this: image The result is JavaScript classes that use static methods. This is unusual. But what is worse, in most cases, the class with static methods is instantiated as something like const controller = new Controller(), which breaks the static methods. (In JS, static methods are not available on the instances, only on the class!) Is there a way to see which templates are used for inspiration? Is there a way to change these templates?

mjhcorporate avatar Jul 01 '24 15:07 mjhcorporate

@mjhcorporate we do not currently have a mechanism to change the templates or provide a repository to use as a template. If you would like to contribute to the project templates we should consider, please respond in the comments. Thank you.

bhavyaus avatar Jul 08 '24 20:07 bhavyaus