From 9cb662d6fab05a8061c29a0546fbb4607b3d6952 Mon Sep 17 00:00:00 2001 From: somnath553 Date: Wed, 3 Apr 2024 14:45:14 +0530 Subject: [PATCH 1/5] added file icon for intefaces --- icons/interface.svg | 0 src/icons/fileIcons.ts | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 icons/interface.svg diff --git a/icons/interface.svg b/icons/interface.svg new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index b89ffb67c8..06bde2b6e2 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2570,5 +2570,10 @@ export const fileIcons: FileIcons = { '.k8s.yaml', ], }, + { + name: 'interface', + fileNames: ['interface.ts', 'interfaces.ts'], + fileExtensions: ['.ts'], + }, ], }; From 9734dde77da91493ba7901303ee0128b33cb93ff Mon Sep 17 00:00:00 2001 From: somnath553 Date: Wed, 3 Apr 2024 14:54:00 +0530 Subject: [PATCH 2/5] Revert "added file icon for intefaces" This reverts commit 9cb662d6fab05a8061c29a0546fbb4607b3d6952. --- icons/interface.svg | 0 src/icons/fileIcons.ts | 5 ----- 2 files changed, 5 deletions(-) delete mode 100644 icons/interface.svg diff --git a/icons/interface.svg b/icons/interface.svg deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 06bde2b6e2..b89ffb67c8 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2570,10 +2570,5 @@ export const fileIcons: FileIcons = { '.k8s.yaml', ], }, - { - name: 'interface', - fileNames: ['interface.ts', 'interfaces.ts'], - fileExtensions: ['.ts'], - }, ], }; From 86af56ba2aad114d41f116abcd90e50ab8863fe9 Mon Sep 17 00:00:00 2001 From: somnath553 Date: Wed, 3 Apr 2024 14:59:04 +0530 Subject: [PATCH 3/5] addding file interface --- icons/interface.svg | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons/interface.svg diff --git a/icons/interface.svg b/icons/interface.svg new file mode 100644 index 0000000000..e69de29bb2 From 4c1b48a3b9740e014443c5ecbbcb69b24280daad Mon Sep 17 00:00:00 2001 From: somnath553 Date: Wed, 3 Apr 2024 14:59:13 +0530 Subject: [PATCH 4/5] added file icon for intefaces --- src/icons/fileIcons.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index b89ffb67c8..06bde2b6e2 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2570,5 +2570,10 @@ export const fileIcons: FileIcons = { '.k8s.yaml', ], }, + { + name: 'interface', + fileNames: ['interface.ts', 'interfaces.ts'], + fileExtensions: ['.ts'], + }, ], }; From 34c2f6abc491ff9a71ff1378a6615512e7730a2e Mon Sep 17 00:00:00 2001 From: somnath553 Date: Wed, 3 Apr 2024 15:11:32 +0530 Subject: [PATCH 5/5] adding svg file --- icons/interface.svg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/icons/interface.svg b/icons/interface.svg index e69de29bb2..f0275d77f2 100644 --- a/icons/interface.svg +++ b/icons/interface.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file