SamVerschueren / vscode-yo

Yeoman plugin for VS Code
MIT License
87 stars 15 forks source link

Unable to run sub generators #16

Closed neoGeneva closed 8 years ago

neoGeneva commented 8 years ago

generator-aspnet has quite a useful sub generators, it'd be useful to be able to run those from within Code.

SamVerschueren commented 8 years ago

This would definitely be a nice addition! Not sure how I would implement arguments though, like aspnet:Class.

@david-driscoll Any thoughts? How do you do that in atom-yeoman?

SamVerschueren commented 8 years ago

@david-driscoll Already found out how you do it (https://github.com/david-driscoll/atom-yeoman/blob/master/lib/generator.ts#L263). Kinda hacky, not sure if there are better ways though.

SamVerschueren commented 8 years ago

@neoGeneva Upgrade to 0.6.0 and you will be able to run sub-generators :).

neoGeneva commented 8 years ago

@SamVerschueren works great, thanks!