From ee01d66cbae84169ef7c38d4fea722aefee47191 Mon Sep 17 00:00:00 2001 From: "A.R" Date: Fri, 21 Dec 2018 18:55:28 +0100 Subject: [PATCH] added obj icon --- icons/obj.svg | 1 + src/icons/fileIcons.ts | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 icons/obj.svg diff --git a/icons/obj.svg b/icons/obj.svg new file mode 100644 index 0000000000..a921b73813 --- /dev/null +++ b/icons/obj.svg @@ -0,0 +1 @@ +++98-* \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 7e45ba242c..120b44253f 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -771,5 +771,12 @@ export const fileIcons: FileIcons = { { name: 'asciidoc', fileExtensions: ['ad', 'adoc', 'asciidoc'] }, { name: 'istanbul', fileNames: ['.nycrc', '.nycrc.json'] }, { name: 'edge', fileExtensions: ['edge'] }, + { + name: 'obj', + fileExtensions: [ + 'stl', + 'obj' + ] + }, ] };