From 221105a354d47145a1188d6f6673bd5a1c45bad3 Mon Sep 17 00:00:00 2001 From: jorge <103663493+jorgedanisc@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:20:20 +0000 Subject: [PATCH 1/5] Update fileIcons.ts --- src/icons/fileIcons.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 7b26a5ab5b..ca7999f2d6 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2060,6 +2060,12 @@ export const fileIcons: FileIcons = { { name: 'replit', fileNames: ['.replit'] }, { name: 'rescript', fileExtensions: ['res'] }, { name: 'rescript-interface', fileExtensions: ['resi'] }, + { + name: 'duc', + fileNames: [ + '.duc.json', + ], + }, { name: 'snowpack', fileNames: [ From 8f6897ef1c6620b78c139965546073779120be64 Mon Sep 17 00:00:00 2001 From: jorge <103663493+jorgedanisc@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:25:35 +0000 Subject: [PATCH 2/5] duc File SVG --- icons/duc.svg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 icons/duc.svg diff --git a/icons/duc.svg b/icons/duc.svg new file mode 100644 index 0000000000..e260f03446 --- /dev/null +++ b/icons/duc.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From f39df76f2997f3d4712622a4a6994b4bd246918e Mon Sep 17 00:00:00 2001 From: jorge <103663493+jorgedanisc@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:13:38 +0000 Subject: [PATCH 3/5] Update fileIcons.ts --- src/icons/fileIcons.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index ca7999f2d6..9e65b44153 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2063,8 +2063,9 @@ export const fileIcons: FileIcons = { { name: 'duc', fileNames: [ - '.duc.json', + 'duc.json', ], + fileExtensions: ['duc.json'], }, { name: 'snowpack', From 5992aa8be28f5170a9e6bba3dc39eb1a6302e316 Mon Sep 17 00:00:00 2001 From: jorge <103663493+jorgedanisc@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:14:47 +0000 Subject: [PATCH 4/5] Update duc.svg --- icons/duc.svg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/icons/duc.svg b/icons/duc.svg index e260f03446..8c888db849 100644 --- a/icons/duc.svg +++ b/icons/duc.svg @@ -10,16 +10,16 @@ - - - - - - - - - - + + + + + + + + + + From 12e63e9780cf8acde8c79b3fe506f8fce0de94a3 Mon Sep 17 00:00:00 2001 From: jorge <103663493+jorgedanisc@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:13:55 +0100 Subject: [PATCH 5/5] Addition of the vanilla duc extension --- src/icons/fileIcons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 9e65b44153..d04dfec941 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2065,7 +2065,7 @@ export const fileIcons: FileIcons = { fileNames: [ 'duc.json', ], - fileExtensions: ['duc.json'], + fileExtensions: ['duc.json, duc'], }, { name: 'snowpack',