felixrieseberg / vsc-ember-cli

:zap: Turn Visual Studio Code into an Ember Cli IDE
https://aka.ms/vsc-ember
MIT License
92 stars 15 forks source link

Fix blueprint generators and include all available blueprints #23

Closed t-sauer closed 8 years ago

t-sauer commented 8 years ago

The output of ember-cli for available blueprints seem to have changed around 2.6. Since then the available blueprints were split up into legacy blueprints (which I guess should be moved into ember itself at one point) and ember-clis own blueprints. This PR should include all available blueprints and fixes the problem that blueprints weren't appearing since 2.6 (which should close #22 and #21).

felixrieseberg commented 8 years ago

Thank you so very much!