Skip to content

Commit 775d5b4

Browse files
authored
Remove ktx extensions and add agents file type
Removed 'ktx' and 'ktx2' from file extensions and added 'agents' with associated file names. Signed-off-by: writedev <160499331+writedev@users.noreply.github.com>
1 parent b4d691a commit 775d5b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/core/icons/fileIcons.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ export const fileIcons: FileIcons = {
206206
'srf',
207207
'srw',
208208
'x3f',
209-
'ktx',
210-
'ktx2',
211209
],
212210
},
213211
{ name: 'palette', fileExtensions: ['pal', 'gpl', 'act'] },
@@ -3381,6 +3379,11 @@ export const fileIcons: FileIcons = {
33813379
name: 'cue',
33823380
fileExtensions: ['cue'],
33833381
},
3382+
{
3383+
name: 'agents',
3384+
fileNames: ['agents.md'],
3385+
light: true,
3386+
},
33843387
{
33853388
name: 'mcp',
33863389
fileNames: ['mcp.json'],

0 commit comments

Comments
 (0)