Skip to content

Commit d9b9968

Browse files
authored
Add bun.lockb to default file nesting under package.json (microsoft#201065)
Add bun.lockb to compact folders for package.json
1 parent 646bb51 commit d9b9968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/files/browser/files.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ configurationRegistry.registerConfiguration({
591591
'*.jsx': '${capture}.js',
592592
'*.tsx': '${capture}.ts',
593593
'tsconfig.json': 'tsconfig.*.json',
594-
'package.json': 'package-lock.json, yarn.lock, pnpm-lock.yaml',
594+
'package.json': 'package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb',
595595
}
596596
}
597597
}

0 commit comments

Comments
 (0)