ialexivy / vscode-angular2-files

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

file extension #7

Closed EdFenner closed 7 years ago

EdFenner commented 7 years ago

v 1.3.7 Using {"apps": [{ "root": "src", "prefix": "app" }], "defaults": { "styleExt": "scss" }} in the angular-cli.json - this does use the .scss extension when I create a componant, but it still uses .css when I create a module.