diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 3cb1824733..59733bf519 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -2737,6 +2737,19 @@ export const fileIcons: FileIcons = { name: 'pre-commit', fileNames: ['.pre-commit-config.yaml', '.pre-commit-hooks.yaml'], }, - { name: 'controller', fileExtensions: ['controller.js', 'controller.ts'] }, + { + name: 'controller', + fileExtensions: ['controller.js', 'controller.ts'], + enabledFor: [ + // Not for Nest + IconPack.Angular, + IconPack.Ngrx, + IconPack.Qwik, + IconPack.React, + IconPack.Redux, + IconPack.Vue, + IconPack.Vuex, + ], + }, ]), };