From 2ebf5110b3588c4c2f974b4365323dbaca9ba8b6 Mon Sep 17 00:00:00 2001 From: PKief Date: Sat, 1 Aug 2020 11:55:16 +0200 Subject: [PATCH] Add command file icon (Closes #748) --- icons/command.svg | 3 +++ src/icons/fileIcons.ts | 1 + 2 files changed, 4 insertions(+) create mode 100644 icons/command.svg diff --git a/icons/command.svg b/icons/command.svg new file mode 100644 index 0000000000..6ddda48322 --- /dev/null +++ b/icons/command.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 25c989fea1..495b1f3952 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -924,5 +924,6 @@ export const fileIcons: FileIcons = { { name: 'shaderlab', fileExtensions: ['unity'] }, { name: 'roadmap', fileNames: ['roadmap.md', 'roadmap.txt', 'timeline.md', 'timeline.txt', 'milestones.md', 'milestones.txt'] }, { name: 'sas', fileExtensions: ['sas', 'sas7bdat', 'sashdat', 'astore', 'ast', 'sast'] }, + { name: 'command', fileExtensions: ['command'] }, ] };