-
-
Notifications
You must be signed in to change notification settings - Fork 926
OptionalAngular
JimiC edited this page Nov 3, 2017
·
1 revision
Since 7.10.0, along with the usual Angular
icons, we shipped some optional icons for users wanting to have some specific icons for component templates
and component styles
.
In order to enable them just add this to your settings:
{ "icon": "ng_component_html", "extensions": ["component.html", "component.htm"], "format": "svg", "disabled": true },
{ "icon": "ng_component_css", "extensions": ["component.css"], "format": "svg", "disabled": true },
{ "icon": "ng_component_less", "extensions": ["component.less"], "format": "svg", "disabled": true },
{ "icon": "ng_component_sass", "extensions": ["component.sass"], "format": "svg", "disabled": true },
{ "icon": "ng_component_scss", "extensions": ["component.scss"], "format": "svg", "disabled": true }
Note: The disabled
attribute is set to true to allow the Project Auto Detection
system to decide if they must be enabled or not. In our case, we want these icons to be disabled by default but to be enabled whenever we are working with an Angular
project.
Made with ❤️ by the vscode-icons team ©️ 2017