ligershark / sidewafflev2

Other
30 stars 11 forks source link

Q: multiple template vsix #45

Closed grahamehorner closed 5 years ago

grahamehorner commented 5 years ago

is it possible to create a multiple template VSIX; I have a number of templates each builds and is included in the nuget output, however only one is shown in VS 2019 exp when running the solution; I have confirmed that the output nupkg content folder contains the project templates.
The template.zip however only has one template.json & template.vstemplate ?

sayedihashimi commented 5 years ago

Yes, but the .vstemplate file name needs to be unique. For example template1.vstemplate, template2.vstemplate, etc.