From e29842504246c48a405b3240f60426597789a999 Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Tue, 1 Oct 2024 16:07:51 +0200 Subject: [PATCH] Add stackblitz file icon --- icons/stackblitz.svg | 1 + src/core/icons/fileIcons.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 icons/stackblitz.svg diff --git a/icons/stackblitz.svg b/icons/stackblitz.svg new file mode 100644 index 000000000..c55523563 --- /dev/null +++ b/icons/stackblitz.svg @@ -0,0 +1 @@ + diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 391c87fcc..f57bff36e 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -1864,6 +1864,7 @@ export const fileIcons: FileIcons = { { name: 'moonscript', fileExtensions: ['moon'] }, { name: 'percy', fileNames: ['.percy.yml'] }, { name: 'gitpod', fileNames: ['.gitpod.yml'] }, + { name: 'stackblitz', fileNames: ['.stackblitzrc'] }, { name: 'advpl', fileExtensions: ['prw', 'prx'] }, { name: 'advpl-ptm', @@ -2678,7 +2679,7 @@ export const fileIcons: FileIcons = { name: 'zeabur', fileExtensions: ['zeabur'], patterns: { - 'zeabur': FileNamePattern.Configuration, + zeabur: FileNamePattern.Configuration, }, light: true, },