diff --git a/icons/dll.svg b/icons/dll.svg new file mode 100644 index 0000000000..76a900f5b4 --- /dev/null +++ b/icons/dll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 6e7da500e5..fb303e214b 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -226,7 +226,6 @@ export const fileIcons: FileIcons = { fileExtensions: [ 'ini', 'dlc', - 'dll', 'config', 'conf', 'properties', @@ -316,6 +315,9 @@ export const fileIcons: FileIcons = { 'psql', 'db', 'db3', + 'dblite', + 'dblite3', + 'debugsymbols', ], }, { name: 'kusto', fileExtensions: ['kql'] }, @@ -470,7 +472,8 @@ export const fileIcons: FileIcons = { 'mrf', ], }, - { name: 'lib', fileExtensions: ['lib', 'bib'] }, + { name: 'lib', fileExtensions: ['lib', 'bib', 'a'] }, + { name: 'dll', fileExtensions: ['dll', 'ilk', 'so'] }, { name: 'ruby', fileExtensions: ['rb', 'erb', 'rbs'],