Skip to content

Commit

Permalink
Material Icon Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed Jan 28, 2025
1 parent 3705535 commit 0112b35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/.vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"recommendations": [
"ms-azuretools.vscode-docker",
"mtxr.sqltools",
"mtxr.sqltools-driver-pg"
"mtxr.sqltools-driver-pg",
"PKief.material-icon-theme"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down
1 change: 1 addition & 0 deletions backend/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"material-icon-theme.activeIconPack": "nest",
"sqltools.connections": [
{
"previewLimit": 50,
Expand Down
1 change: 1 addition & 0 deletions frontend/.vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"johnpapa.Angular2",
"kisstkondoros.vscode-codemetrics",
"naumovs.color-highlight",
"PKief.material-icon-theme",
"quicktype.quicktype",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-spanish",
Expand Down
1 change: 1 addition & 0 deletions frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"material-icon-theme.activeIconPack": "angular",
"angular.enable-strict-mode-prompt": false,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"[html]": {
Expand Down

0 comments on commit 0112b35

Please sign in to comment.