ialexivy / vscode-angular2-files

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

Not working on Ubuntu #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

This is a very handy tool to have while developing applications in Angular2. However, it stopped working in Ubuntu 14. VS Code version is 1.8.0. Node version is 7.0.0.

Please note that files are created for the following Menus:

  1. New Module
  2. New Class
  3. New Enum
  4. New Interface
  5. New Service

Thank you

ialexivy commented 7 years ago

@anoop-ananthan just tested it with Ubuntu and it works great, i believe you have a wrong directory structure, it's important to have app folder ubuntu

ghost commented 7 years ago

Thank you for checking it out. Glad to know it's working. Great!!!