Open yardim opened 3 weeks ago
When I am clicking "generate component" from the context menu it runs the terminal which throws an error:
The thing is that for Windows users the root of the project should not start from the slash /. Than it will work correctly.
/
ng generate component components/test // instead of ng generate component /components/test
Would be nice to have a possibility to setup a basic path of the project in the settings of the extension.
The problem was in bash terminal
When I am clicking "generate component" from the context menu it runs the terminal which throws an error:
The thing is that for Windows users the root of the project should not start from the slash
/
. Than it will work correctly.Would be nice to have a possibility to setup a basic path of the project in the settings of the extension.