From bbfe1f72ff9e7628f62f8fd9fc239150645ec860 Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Wed, 2 Oct 2024 09:37:39 +0200 Subject: [PATCH] Add stackblitz file icon (#2621) --- 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 0000000000..c555235636 --- /dev/null +++ b/icons/stackblitz.svg @@ -0,0 +1 @@ + diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 3816d9b06d..7d9fef8b74 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -1866,6 +1866,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', @@ -2680,7 +2681,7 @@ export const fileIcons: FileIcons = { name: 'zeabur', fileExtensions: ['zeabur'], patterns: { - 'zeabur': FileNamePattern.Configuration, + zeabur: FileNamePattern.Configuration, }, light: true, },