diff --git a/icons/forge.svg b/icons/forge.svg new file mode 100644 index 0000000000..20e8ca6fe2 --- /dev/null +++ b/icons/forge.svg @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 5a2297cb17..46bdca2582 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -472,6 +472,7 @@ export const fileIcons: FileIcons = { 'mrf', ], }, + { name: 'forge', fileNames: ['forge.config.js'] }, { name: 'lib', fileExtensions: ['lib', 'bib', 'a'] }, { name: 'dll', fileExtensions: ['dll', 'ilk', 'so'] }, {