ialexivy / vscode-angular2-files

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

VS Code 1.48: angular.json settings ignored #57

Open tonyholt opened 4 years ago

tonyholt commented 4 years ago

Hello, With the latest version of VS Code, 1.48, settings that I have in angular.json are being ignored. For example, we have a special prefix for our components, want to use scss instead of css for our components, and want to disable spec file generation for our services. I verified with a fellow developer who had yet to upgrade to VS Code 1.48, (He was on 1.46). Once he upgraded to 1.48 the angular.json overrides were ignored for him as well.

alvagabriel commented 3 years ago

I can confirm this issue is still present in vscode version 1.53. Config to use css file and disable spec file generation is not working. Is there any plan on solving this?

GearTheWorld commented 3 months ago

VS 1.92 here and when generating a component it generates a .css not a .scss How can we change that ? Constantly have to rename and modify the .ts as well. Not funny !