diff --git a/PAC7_Ex_Prac/ecommerce/.vscode/extensions.json b/PAC7_Ex_Prac/ecommerce/.vscode/extensions.json index 77b3745..bf607c0 100644 --- a/PAC7_Ex_Prac/ecommerce/.vscode/extensions.json +++ b/PAC7_Ex_Prac/ecommerce/.vscode/extensions.json @@ -1,4 +1,7 @@ { // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846 - "recommendations": ["angular.ng-template"] + "recommendations": [ + "angular.ng-template", + "PKief.material-icon-theme" + ] } diff --git a/PAC7_Ex_Prac/ecommerce/.vscode/settings.json b/PAC7_Ex_Prac/ecommerce/.vscode/settings.json index fb91864..23d1bca 100644 --- a/PAC7_Ex_Prac/ecommerce/.vscode/settings.json +++ b/PAC7_Ex_Prac/ecommerce/.vscode/settings.json @@ -1,4 +1,5 @@ { - "cSpell.language": "ca,en", - "angular.enable-strict-mode-prompt": false -} \ No newline at end of file + "material-icon-theme.activeIconPack": "angular", + "cSpell.language": "ca,en", + "angular.enable-strict-mode-prompt": false +}