diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 8d5fd238b7..9e4fbcc63b 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -1733,7 +1733,17 @@ export const fileIcons: FileIcons = { { name: 'razor', fileExtensions: ['cshtml', 'vbhtml'] }, { name: 'abc', fileExtensions: ['abc'] }, { name: 'asciidoc', fileExtensions: ['ad', 'adoc', 'asciidoc'] }, - { name: 'istanbul', fileNames: ['.nycrc', '.nycrc.json'] }, + { + name: 'istanbul', + fileNames: [ + '.nycrc', + '.nycrc.json', + '.nycrc.yaml', + '.nycrc.yml', + 'nyc.config.js', + '.istanbul.yml', + ], + }, { name: 'edge', fileExtensions: ['edge'] }, { name: 'scheme', fileExtensions: ['ss', 'scm'] }, { name: 'lisp', fileExtensions: ['lisp', 'lsp', 'cl', 'fast'] },