Skip to content

Commit 6221e42

Browse files
Netaillucas-labs
andauthored
feat: support icons for hidden biome config files (#3372)
Signed-off-by: Lucas Colombo <lucasncolombo@gmail.com> Co-authored-by: Lucas Colombo <lucasncolombo@gmail.com>
1 parent 68959cd commit 6221e42

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/core/icons/fileIcons.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,10 @@ export const fileIcons: FileIcons = {
29202920
'panda.config': FileNamePattern.Ecmascript,
29212921
},
29222922
},
2923-
{ name: 'biome', fileNames: ['biome.json', 'biome.jsonc'] },
2923+
{
2924+
name: 'biome',
2925+
fileNames: ['biome.json', 'biome.jsonc', '.biome.json', '.biome.jsonc'],
2926+
},
29242927
{
29252928
name: 'esbuild',
29262929
patterns: {

0 commit comments

Comments
 (0)