From 93bb34c367edf475b9b820b449f325d14630dc8e Mon Sep 17 00:00:00 2001 From: Ram Delatina Date: Wed, 2 Oct 2024 18:03:27 +0800 Subject: [PATCH] Added env abbreviations on tune icon recognized names --- src/core/icons/fileIcons.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 7d9fef8b7..19a7866e4 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -1170,14 +1170,18 @@ export const fileIcons: FileIcons = { '.env.dist', '.env.prod', '.env.production', + '.env.stg', '.env.stage', '.env.staging', '.env.preview', '.env.test', '.env.testing', + '.env.dev.local', '.env.development.local', '.env.qa.local', + '.env.prod.local', '.env.production.local', + '.env.stg.local', '.env.staging.local', '.env.test.local', '.env.uat',