Skip to content

Commit 90c6efb

Browse files
feat(icon): support biome.jsonc (vscode-icons#3517)
1 parent c633d3a commit 90c6efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iconsManifest/supportedExtensions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4019,7 +4019,7 @@ export const extensions: IFileCollection = {
40194019
},
40204020
{
40214021
icon: 'biome',
4022-
extensions: ['biome.json'],
4022+
extensions: ['biome.json', 'biome.jsonc'],
40234023
filename: true,
40244024
format: FileFormat.svg,
40254025
},

0 commit comments

Comments
 (0)