ialexivy / vscode-angular2-files

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

Generate not work #18

Closed apIncubout closed 6 years ago

apIncubout commented 6 years ago

When I try execute generate class or service the menu buttons do nothing, when I try to execute from command prompt says "command 'extension.addAngular2Class' not found".

OS: Linux Mint 18.3 VSC: 1.21.1

ialexivy commented 6 years ago

@apIncubout I need to test it with Linux Mint, however i have tested it on Mac, Ubuntu and Windows and it works fine, does the other commands work for you (eg. generating component) ?

apIncubout commented 6 years ago

ng generate works perfect, I just build a service with ng generate and not problem, I try on other project same result, I have node 8.10.0 npm 5.8.0 ng-cli 1.7.3

PepeNectar commented 6 years ago

Same problem here, but doesn't generate anything. Tried uninstalling, reloading and installing again, but no success. Worked flawlessly before VSC last update.

OS: Ubuntu 17.10 VSC: 1.21.1

ialexivy commented 6 years ago

@apIncubout @PepeNectar published 1.4.3 should fix the issue, sorry for inconvenience my bad

apIncubout commented 6 years ago

Thank you, that was fast, now works again