From 1fbc495f8a2a750993fb2a789a8d62c904c4a504 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sun, 29 May 2022 15:56:02 -0300 Subject: [PATCH] code: add some folder icons rules --- .config/Code/User/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 263dda2..f8b83ac 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -27,7 +27,11 @@ "modules": "components", "implementations": "core", "dtos": "typescript", - "fakes": "mock" + "fakes": "mock", + "cloud": "public", + "media": "video", + "recover": "update", + "health": "rules" }, "material-icon-theme.files.associations": { "ormconfig.json": "database",