Skip to content

Commit d9a3178

Browse files
authored
chore: add bun.lock for Bun file file association (#2107)
1 parent 31db8f8 commit d9a3178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/utils/file-icons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export const FILENAME_ICONS: Record<string, string> = {
146146
'yarn.lock': 'vscode-icons-file-type-yarn',
147147
'.yarnrc': 'vscode-icons-file-type-yarn',
148148
'.yarnrc.yml': 'vscode-icons-file-type-yarn',
149+
'bun.lock': 'vscode-icons-file-type-bun',
149150
'bun.lockb': 'vscode-icons-file-type-bun',
150151
'bunfig.toml': 'vscode-icons-file-type-bun',
151152
'deno.json': 'vscode-icons-file-type-deno',

0 commit comments

Comments
 (0)