From ff96cd5fd4cf8e1bcd0700235a909281a0c8e8aa Mon Sep 17 00:00:00 2001 From: Jonas Franke Date: Sat, 2 Nov 2024 13:03:18 +0100 Subject: [PATCH] feat: add support for IGL file types in file icons --- icons/igl.svg | 14 ++++++++++++++ src/core/icons/fileIcons.ts | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 icons/igl.svg diff --git a/icons/igl.svg b/icons/igl.svg new file mode 100644 index 0000000000..4f87d8503a --- /dev/null +++ b/icons/igl.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index ce4814993f..57b920d91b 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -2762,5 +2762,9 @@ export const fileIcons: FileIcons = { name: 'dependencies-update', fileExtensions: ['.ncurc.json', '.ncurc.yml', '.ncurc.js'], }, + { + name: 'igl', + fileNames: ['.igl', 'igl-lock.yaml', 'igl-workspaces.yml', 'iglconfig.toml'], + }, ]), };