We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bun.lock
1 parent 32ae83d commit 07e5b90Copy full SHA for 07e5b90
1 file changed
app/utils/file-icons.ts
@@ -146,6 +146,7 @@ export const FILENAME_ICONS: Record<string, string> = {
146
'yarn.lock': 'vscode-icons-file-type-yarn',
147
'.yarnrc': 'vscode-icons-file-type-yarn',
148
'.yarnrc.yml': 'vscode-icons-file-type-yarn',
149
+ 'bun.lock': 'vscode-icons-file-type-bun',
150
'bun.lockb': 'vscode-icons-file-type-bun',
151
'bunfig.toml': 'vscode-icons-file-type-bun',
152
'deno.json': 'vscode-icons-file-type-deno',
0 commit comments