ialexivy / vscode-angular2-files

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

does not create the proper style type #20

Closed msoliman85 closed 6 years ago

msoliman85 commented 6 years ago

When opening a folder which inclues .net web api project and angular project. css is created by default for any style sheet types.

I create a project: TestProject>TestProject.API TestProject>TestProject.SPA

when I use the extension to create a component. The stylesheet is always a css if the TestProject directory is opened.

if I open TestProject.SPA directory. Then the extension work properly.

it is much easier to jump between API and SPA within the same window rather than opening two vscode windows for each project.

ialexivy commented 6 years ago

@msoliman85 fixed update to 1.4.4