ialexivy / vscode-angular2-files

vscode extension generating angular files with angular cli
MIT License
61 stars 36 forks source link

Seems broken on VSCode 1.23.0 #23

Closed Melmoth-the-Wanderer closed 6 years ago

Melmoth-the-Wanderer commented 6 years ago

After updating to latest VSCode I cannot create a component anymore. "Generate Component" shows an input but typing anything in it and pressing enter gives no result at all.

ialexivy commented 6 years ago

@Melmoth-the-Wanderer fixed bug reading component prefix in angular.json, if you using angular 6 please make sure that defaultProject is set to valid name.